wip: cava

This commit is contained in:
2026-04-02 17:51:12 +03:00
parent aa3fb4b2ce
commit f78513db44
2 changed files with 17 additions and 0 deletions
+16
View File
@@ -3,6 +3,7 @@
font-awesome font-awesome
nerd-fonts.symbols-only nerd-fonts.symbols-only
playerctl playerctl
cava
]; ];
programs.waybar = { programs.waybar = {
@@ -14,6 +15,7 @@
"hyprland/workspaces" "hyprland/workspaces"
"hyprland/language" "hyprland/language"
"keyboard-state" "keyboard-state"
"cava"
]; ];
modules-center = [ modules-center = [
@@ -28,6 +30,20 @@
"clock" "clock"
]; ];
cava = {
bars = 14;
hide_on_silence = true;
method = "pulse";
stereo = true;
reverse = false;
bar_delimiter = 0;
monstercat = false;
waves = false;
noise_reduction = 0.77;
input_delay = 2;
format-icons = [" " "" "" "" "" "" "" "" ""];
};
clock = { clock = {
tooltip = false; tooltip = false;
interval = 5; interval = 5;
+1
View File
@@ -14,6 +14,7 @@
& > * { padding: 8px; } & > * { padding: 8px; }
} }
#cava,
#language, #language,
#mpris, #mpris,
#pulseaudio, #pulseaudio,