diff --git a/config-stow b/config-stow index 44fe345..883dbbe 100755 --- a/config-stow +++ b/config-stow @@ -24,13 +24,14 @@ TUI_PKGS = [ # for all WMs and DEs GUI_BASE_PKGS = [ *TUI_PKGS, + "cava", "kitty", # terminal emulator "ghostty", # alternative terminal emulator "misc", # miscellaneous GUI configs (e.g. *-flags) # "mpv", # media player "wallpaper", # wallpapers & manager "kvantum", # qt theming - "nwg-look" # gtk theming + "nwg-look", # gtk theming ] # for Hyprland setup diff --git a/config/cava/.config/cava/config b/config/cava/.config/cava/config index f133c4e..3a0a5e0 100644 --- a/config/cava/.config/cava/config +++ b/config/cava/.config/cava/config @@ -157,8 +157,8 @@ source = auto # 'mono' outputs left to right lowest to highest frequencies. # 'mono_option' set mono to either take input from 'left', 'right' or 'average'. # set 'reverse' to 1 to display frequencies the other way around. -channels = mono -mono_option = average +channels = stereo +; mono_option = average ; reverse = 0 # Raw output target. A fifo will be created if target does not exist.