forgot cava
This commit is contained in:
+2
-1
@@ -24,13 +24,14 @@ TUI_PKGS = [
|
|||||||
# for all WMs and DEs
|
# for all WMs and DEs
|
||||||
GUI_BASE_PKGS = [
|
GUI_BASE_PKGS = [
|
||||||
*TUI_PKGS,
|
*TUI_PKGS,
|
||||||
|
"cava",
|
||||||
"kitty", # terminal emulator
|
"kitty", # terminal emulator
|
||||||
"ghostty", # alternative terminal emulator
|
"ghostty", # alternative terminal emulator
|
||||||
"misc", # miscellaneous GUI configs (e.g. *-flags)
|
"misc", # miscellaneous GUI configs (e.g. *-flags)
|
||||||
# "mpv", # media player
|
# "mpv", # media player
|
||||||
"wallpaper", # wallpapers & manager
|
"wallpaper", # wallpapers & manager
|
||||||
"kvantum", # qt theming
|
"kvantum", # qt theming
|
||||||
"nwg-look" # gtk theming
|
"nwg-look", # gtk theming
|
||||||
]
|
]
|
||||||
|
|
||||||
# for Hyprland setup
|
# for Hyprland setup
|
||||||
|
|||||||
@@ -157,8 +157,8 @@ source = auto
|
|||||||
# 'mono' outputs left to right lowest to highest frequencies.
|
# 'mono' outputs left to right lowest to highest frequencies.
|
||||||
# 'mono_option' set mono to either take input from 'left', 'right' or 'average'.
|
# 'mono_option' set mono to either take input from 'left', 'right' or 'average'.
|
||||||
# set 'reverse' to 1 to display frequencies the other way around.
|
# set 'reverse' to 1 to display frequencies the other way around.
|
||||||
channels = mono
|
channels = stereo
|
||||||
mono_option = average
|
; mono_option = average
|
||||||
; reverse = 0
|
; reverse = 0
|
||||||
|
|
||||||
# Raw output target. A fifo will be created if target does not exist.
|
# Raw output target. A fifo will be created if target does not exist.
|
||||||
|
|||||||
Reference in New Issue
Block a user