From d56cc0e4bf8b8dabfa76d7012f9d3da6e446476a Mon Sep 17 00:00:00 2001 From: Uyanide Date: Mon, 9 Feb 2026 08:24:58 +0100 Subject: [PATCH] forgot cava --- config-stow | 3 ++- config/cava/.config/cava/config | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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.