feat: Update nvchad version
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user