Regenerated
This commit is contained in:
+16
-5
@@ -5003,11 +5003,12 @@ These are config files for waybar
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/hardware-anchor",
|
||||
"battery",
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature"
|
||||
"custom/hardware-anchor"
|
||||
,"battery"
|
||||
,"cpu"
|
||||
,"memory"
|
||||
,"temperature"
|
||||
,"keyboard-state"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -5282,6 +5283,16 @@ These are config files for waybar
|
||||
"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