Fix config.jsonc
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
"on-click": "pamixer -t"
|
||||
},
|
||||
"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}",
|
||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||
"calendar": {
|
||||
@ -110,10 +110,10 @@
|
||||
"custom/network": {
|
||||
"exec": "~/.config/river/waybar/waybar-network.el",
|
||||
"tooltip": false,
|
||||
"on-click": "systemd-run --user --ignore-failure -- kitty -1 nmtui"
|
||||
"on-click": "systemd-run --user -G -- kitty -1 nmtui"
|
||||
},
|
||||
"bluetooth": {
|
||||
"on-click": "systemd-run --user --ignore-failure -- blueman-manager",
|
||||
"on-click": "systemd-run --user -G -- blueman-manager",
|
||||
"format": " ",
|
||||
"format-off": ""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user