fixes cava in waybar

This commit is contained in:
2026-01-22 14:15:32 +01:00
parent 810060dc10
commit 8a6e480d58
8 changed files with 142 additions and 83 deletions

View File

@@ -18,6 +18,7 @@
"modules-left": [
"clock",
"custom/weather",
"tray",
//"custom/rofi",
"hyprland/workspaces",
//"hyprland/submap",
@@ -30,20 +31,20 @@
// //"custom/gammastep"
// ],
"modules-right": [
"cava",
"wireplumber",
//"wlr/taskbar",
//"custom/storage",
"memory",
"cpu",
"temperature",
"battery",
//"pulseaudio",
"wireplumber",
"cava",
//"backlight",
"bluetooth",
//"custom/screenshot_t",
"custom/power_profiles",
//"tray",
"custom/power",
],
@@ -84,17 +85,17 @@
"clock#1": {
"format": " {:%a}",
"tooltip": false,
"on-click": "gnome-calendar",
"on-click": "kitty -e calcure --class=\"float\" -T calcure",
},
"clock#2": {
"format": " {:%d-%h-%Y}",
"tooltip": false,
"on-click": "gnome-calendar",
"on-click": "kitty -e calcure --class=\"float\" -T calcure",
},
"clock#3": {
"format": " {:%H:%M:%S %p}",
"tooltip": false,
"on-click": "gnome-calendar",
"on-click": "kitty -e calcure --class=\"float\" -T calcure",
},
"bluetooth": {
@@ -227,7 +228,7 @@
"format": " {:%H:%M  %e %b}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"today-format": "<b>{}</b>",
"on-click": "gnome-calendar",
"on-click": "kitty -e calcure --class=\"float\" -T calcure",
},
"clock#date": {
@@ -380,8 +381,9 @@
},
"tray": {
"icon-size": 15,
"icon-size": 11,
"spacing": 5,
"show-passive-items": true,
},
"custom/power_profiles": {
@@ -413,25 +415,28 @@
},
"cava": {
"on-click": "pavucontrol",
// "cava_config": "$XDG_CONFIG_HOME/cava/cava.conf",
"framerate": 30,
"sensitivity": 3,
"autosens": 1,
"sensitivity": 100,
"bars": 14,
"lower_cutoff_freq": 50,
"bars": 12,
"lower_cutoff_freq": 10,
"higher_cutoff_freq": 10000,
"hide_on_silence": false,
// "format_silent": "quiet",
"method": "pulse",
"format_silent": "quiet",
"method": "pipewire",
"source": "auto",
"stereo": true,
"stereo": false,
"reverse": false,
"bar_delimiter": 0,
"monstercat": false,
"waves": false,
"bar_spacing": 1,
"monstercat": true,
"waves": true,
"noise_reduction": 0.77,
"input_delay": 2,
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
"eq": { "1": 1.8, "2": 1.4, "3": 1.1, "4": 1.0, "5": 1.0 },
"format-icons": ["", "▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
"actions": {
"on-click-right": "mode",
},