[waybar] chore: Fix commas

This commit is contained in:
Tibo De Peuter 2024-09-25 18:41:51 +02:00
parent 0435852106
commit 8ad66eab07
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -158,13 +158,14 @@
"idle_inhibitor", "idle_inhibitor",
"custom/light-dark-toggle", "custom/light-dark-toggle",
"custom/night-light-toggle", "custom/night-light-toggle",
"custom/toggle-notifications", "custom/keyboard-switch",
"custom/toggle-notifications"
], ],
"drawer": { "drawer": {
"transition-duration": 500, "transition-duration": 500,
"tansition-left-to-right": true, "tansition-left-to-right": true,
"children-class": "drawer-child", "children-class": "drawer-child"
}, }
}, },
"idle_inhibitor": { "idle_inhibitor": {
@ -178,7 +179,7 @@
"keyboard-state": { "keyboard-state": {
"format": { "format": {
"capslock": "{icon}", "capslock": "{icon}"
}, },
"format-icons": { "format-icons": {
"locked": "\uf023", "locked": "\uf023",
@ -186,7 +187,7 @@
}, },
"numlock": false, "numlock": false,
"capslock": true, "capslock": true,
"scrollock": false, "scrollock": false
}, },
"memory": { "memory": {