change audacious config

This commit is contained in:
Frost-Phoenix 2023-11-11 21:24:28 +01:00
parent 10da1900b9
commit bd3f52040b
3 changed files with 29 additions and 1 deletions

View 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

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = (with pkgs; [ audacious ]);
xdg.configFile."audacious/config".source = ./config;
}

View file

@ -1,7 +1,6 @@
{ inputs, pkgs, ... }:
{
home.packages = (with pkgs; [
audacious
discord
eza
fzf