[waybar] chore: Fix commas
This commit is contained in:
parent
0435852106
commit
8ad66eab07
1 changed files with 6 additions and 5 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue