1
0

feat: Update nvchad version

This commit is contained in:
2025-04-14 22:57:28 +01:00
parent 072121b538
commit 6c4eb08d89
17 changed files with 344 additions and 218 deletions

View File

@@ -4,7 +4,7 @@
"modules-left": [
"sway/workspaces"
],
"modules-right": ["pulseaudio", "custom/wireguard", "backlight", "network", "cpu", "memory", "disk", "temperature", "battery", "clock", "tray"],
"modules-right": ["cava", "pulseaudio", "custom/wireguard", "backlight", "network", "cpu", "memory", "disk", "temperature", "battery", "clock", "tray"],
"cpu": {
"format": "CPU: {usage}%"
},
@@ -25,11 +25,33 @@
"format": "{free}"
},
"clock": {
"format": "{:%Y:%m:%d %T}"
"format": "{:%Y:%m:%d %T}",
"interval": 1
},
"custom/wireguard": {
"exec": "~/.config/waybar/scripts/wireguard.sh",
"on-click": "~/.config/waybar/scripts/wireguard.sh --toggle",
"interval": 2
}
},
"cava": {
"framerate": 30,
"autosens": 1,
"sensitivity": 100,
"bars": 14,
"lower_cutoff_freq": 50,
"higher_cutoff_freq": 10000,
"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"
}
}
}