Regenerated
This commit is contained in:
@@ -44,11 +44,12 @@
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/hardware-anchor",
|
||||
"battery",
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature"
|
||||
"custom/hardware-anchor"
|
||||
,"battery"
|
||||
,"cpu"
|
||||
,"memory"
|
||||
,"temperature"
|
||||
,"keyboard-state"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -323,5 +324,15 @@
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format-icons": ["", "", "", "", " "]
|
||||
},
|
||||
|
||||
"keyboard-state": {
|
||||
"numlock": true,
|
||||
"capslock": true,
|
||||
"format": "{name} {icon}",
|
||||
"format-icons": {
|
||||
"locked": "",
|
||||
"unlocked": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user