change audacious config
This commit is contained in:
parent
10da1900b9
commit
bd3f52040b
24
modules/home/audacious/config
Normal file
24
modules/home/audacious/config
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
|
||||||
|
[audacious]
|
||||||
|
equalizer_active=TRUE
|
||||||
|
equalizer_bands=-1,1,2,2,1,-1,0,-1,-1,-1
|
||||||
|
soft_clipping=TRUE
|
||||||
|
|
||||||
|
[audgui]
|
||||||
|
filesel_path=/home/frostphoenix/Music
|
||||||
|
|
||||||
|
[audqt]
|
||||||
|
icon_theme=audacious-flat-dark
|
||||||
|
theme=dark
|
||||||
|
|
||||||
|
[pipewire]
|
||||||
|
volume_left=35
|
||||||
|
volume_right=35
|
||||||
|
|
||||||
|
[qtui]
|
||||||
|
column_widths=25,25,275,175,50,175,175,25,100,28,75,275,275,275,75,275,175
|
||||||
|
menu_visible=FALSE
|
||||||
|
player_height=581
|
||||||
|
player_width=941
|
||||||
|
playlist_headers=FALSE
|
||||||
|
playlist_headers_bold=TRUE
|
5
modules/home/audacious/default.nix
Normal file
5
modules/home/audacious/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = (with pkgs; [ audacious ]);
|
||||||
|
xdg.configFile."audacious/config".source = ./config;
|
||||||
|
}
|
|
@ -1,7 +1,6 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
audacious
|
|
||||||
discord
|
discord
|
||||||
eza
|
eza
|
||||||
fzf
|
fzf
|
||||||
|
|
Loading…
Reference in a new issue