add cava waybar module
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"cava",
|
||||
"custom/pacman",
|
||||
"gamemode",
|
||||
"tray",
|
||||
@@ -84,6 +85,28 @@
|
||||
"tooltip-format": "Connected to {essid}",
|
||||
"on-click": "gnome-terminal -- nmtui"
|
||||
},
|
||||
"cava": {
|
||||
"framerate": 144,
|
||||
"autosens": 1,
|
||||
"bars": 6,
|
||||
"lower_cutoff_freq": 50,
|
||||
"higher_cutoff_freq": 10000,
|
||||
"hide_on_silence": true,
|
||||
"sleep_timer": 1,
|
||||
"method": "pulse",
|
||||
"source": "auto",
|
||||
"stereo": true,
|
||||
"reverse": false,
|
||||
"bar_delimiter": 0,
|
||||
"monstercat": false,
|
||||
"waves": false,
|
||||
"noise_reduction": 0.77,
|
||||
"input_delay": 2,
|
||||
"format-icons" : ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
|
||||
"actions": {
|
||||
"on-click-right": "mode"
|
||||
}
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": "",
|
||||
|
||||
@@ -141,6 +141,10 @@ button {
|
||||
color: @surface2;
|
||||
}
|
||||
|
||||
#cava {
|
||||
color: @blue;
|
||||
}
|
||||
|
||||
#network {
|
||||
color: @blue;
|
||||
}
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ qt6ct qt5ct kvantum-qt6-git
|
||||
emote
|
||||
rofi-wayland
|
||||
wlogout
|
||||
waybar
|
||||
waybar-cava
|
||||
ttf-fira-sans noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra ttf-font-awesome nerd-fonts
|
||||
gnome-keyring
|
||||
eww
|
||||
|
||||
Reference in New Issue
Block a user