Fix config.jsonc

This commit is contained in:
2025-11-28 18:13:55 -08:00
parent 16188f9070
commit 593d99cbe2

View File

@ -81,7 +81,7 @@
"on-click": "pamixer -t" "on-click": "pamixer -t"
}, },
"clock#date": { "clock#date": {
"on-click": "systemd-run --user --ignore-failure -- kitty -1 ikhal", "on-click": "systemd-run --user -G -- kitty -1 ikhal",
"format": " {:%a %b %d}", "format": " {:%a %b %d}",
"tooltip-format": "<tt><small>{calendar}</small></tt>", "tooltip-format": "<tt><small>{calendar}</small></tt>",
"calendar": { "calendar": {
@ -110,10 +110,10 @@
"custom/network": { "custom/network": {
"exec": "~/.config/river/waybar/waybar-network.el", "exec": "~/.config/river/waybar/waybar-network.el",
"tooltip": false, "tooltip": false,
"on-click": "systemd-run --user --ignore-failure -- kitty -1 nmtui" "on-click": "systemd-run --user -G -- kitty -1 nmtui"
}, },
"bluetooth": { "bluetooth": {
"on-click": "systemd-run --user --ignore-failure -- blueman-manager", "on-click": "systemd-run --user -G -- blueman-manager",
"format": " ", "format": " ",
"format-off": "" "format-off": ""
}, },