Sync with latest

This commit is contained in:
Ayush Dumasia 2025-03-15 23:33:21 +05:30
parent d384f0c9fa
commit 6d26cd94fc
27 changed files with 4033 additions and 39 deletions

View file

@ -6,10 +6,9 @@
"margin-top": 2,
"margin-bottom": 0,
"modules-left": ["hyprland/workspaces", "cpu", "memory", "network#speed"],
"modules-center": [
"clock"
],
"modules-center": ["clock"],
"modules-right": [
"custom/cava",
"temperature#gpu",
"custom/transparency",
"custom/wallpaper",
@ -26,6 +25,30 @@
"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,