add cava waybar module
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
"hyprland/window"
|
"hyprland/window"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
"cava",
|
||||||
"custom/pacman",
|
"custom/pacman",
|
||||||
"gamemode",
|
"gamemode",
|
||||||
"tray",
|
"tray",
|
||||||
@@ -84,6 +85,28 @@
|
|||||||
"tooltip-format": "Connected to {essid}",
|
"tooltip-format": "Connected to {essid}",
|
||||||
"on-click": "gnome-terminal -- nmtui"
|
"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": {
|
"pulseaudio": {
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
"format-muted": "",
|
"format-muted": "",
|
||||||
|
|||||||
@@ -141,6 +141,10 @@ button {
|
|||||||
color: @surface2;
|
color: @surface2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cava {
|
||||||
|
color: @blue;
|
||||||
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
color: @blue;
|
color: @blue;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@ qt6ct qt5ct kvantum-qt6-git
|
|||||||
emote
|
emote
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
wlogout
|
wlogout
|
||||||
waybar
|
waybar-cava
|
||||||
ttf-fira-sans noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra ttf-font-awesome nerd-fonts
|
ttf-fira-sans noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra ttf-font-awesome nerd-fonts
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
eww
|
eww
|
||||||
|
|||||||
Reference in New Issue
Block a user