Changes in: waybar,

This commit is contained in:
Gopher 2025-03-20 16:18:42 +05:30
parent 9872af2f32
commit 9920450b17
3 changed files with 36 additions and 35 deletions

View file

@ -18,6 +18,10 @@
// "bluetooth",
"battery"
],
"custom/cava": {
"format": "{}",
"exec": "~/.config/waybar/scripts/cava.sh"
},
"temperature#gpu": {
"thermal-zone": 5,
"critical-threshold": 80,
@ -25,30 +29,6 @@
"format": "{temperatureC}°C ",
"tooltip": false
},
"custom/cava": {
// "cava_config": "$XDG_CONFIG_HOME/.config/cava/config",
"framerate": 30,
"autosens": 1,
// "sensitivity": 100,
"bars": 14,
"lower_cutoff_freq": 50,
"higher_cutoff_freq": 10000,
"method": "pulse",
"exec": "~/.config/waybar/scripts/cava.sh",
"interval": 0.05,
"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"
}
},
"backlight": {
"device": "intel_backlight",
"scroll-step": 5,