[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",
|
||||
"custom/light-dark-toggle",
|
||||
"custom/night-light-toggle",
|
||||
"custom/toggle-notifications",
|
||||
"custom/keyboard-switch",
|
||||
"custom/toggle-notifications"
|
||||
],
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"tansition-left-to-right": true,
|
||||
"children-class": "drawer-child",
|
||||
},
|
||||
"children-class": "drawer-child"
|
||||
}
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
|
@ -178,7 +179,7 @@
|
|||
|
||||
"keyboard-state": {
|
||||
"format": {
|
||||
"capslock": "{icon}",
|
||||
"capslock": "{icon}"
|
||||
},
|
||||
"format-icons": {
|
||||
"locked": "\uf023",
|
||||
|
@ -186,7 +187,7 @@
|
|||
},
|
||||
"numlock": false,
|
||||
"capslock": true,
|
||||
"scrollock": false,
|
||||
"scrollock": false
|
||||
},
|
||||
|
||||
"memory": {
|
||||
|
|
Loading…
Reference in a new issue