Fix config.jsonc
This commit is contained in:
@ -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": ""
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user