Regenerated
This commit is contained in:
+408
-397
File diff suppressed because it is too large
Load Diff
+16
-5
@@ -5003,11 +5003,12 @@ These are config files for waybar
|
|||||||
"transition-left-to-right": true
|
"transition-left-to-right": true
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/hardware-anchor",
|
"custom/hardware-anchor"
|
||||||
"battery",
|
,"battery"
|
||||||
"cpu",
|
,"cpu"
|
||||||
"memory",
|
,"memory"
|
||||||
"temperature"
|
,"temperature"
|
||||||
|
,"keyboard-state"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -5282,6 +5283,16 @@ These are config files for waybar
|
|||||||
"format-charging": "{capacity}% ",
|
"format-charging": "{capacity}% ",
|
||||||
"format-plugged": "{capacity}% ",
|
"format-plugged": "{capacity}% ",
|
||||||
"format-icons": ["", "", "", "", " "]
|
"format-icons": ["", "", "", "", " "]
|
||||||
|
},
|
||||||
|
|
||||||
|
"keyboard-state": {
|
||||||
|
"numlock": true,
|
||||||
|
"capslock": true,
|
||||||
|
"format": "{name} {icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"locked": "",
|
||||||
|
"unlocked": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -44,11 +44,12 @@
|
|||||||
"transition-left-to-right": true
|
"transition-left-to-right": true
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/hardware-anchor",
|
"custom/hardware-anchor"
|
||||||
"battery",
|
,"battery"
|
||||||
"cpu",
|
,"cpu"
|
||||||
"memory",
|
,"memory"
|
||||||
"temperature"
|
,"temperature"
|
||||||
|
,"keyboard-state"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -323,5 +324,15 @@
|
|||||||
"format-charging": "{capacity}% ",
|
"format-charging": "{capacity}% ",
|
||||||
"format-plugged": "{capacity}% ",
|
"format-plugged": "{capacity}% ",
|
||||||
"format-icons": ["", "", "", "", " "]
|
"format-icons": ["", "", "", "", " "]
|
||||||
|
},
|
||||||
|
|
||||||
|
"keyboard-state": {
|
||||||
|
"numlock": true,
|
||||||
|
"capslock": true,
|
||||||
|
"format": "{name} {icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"locked": "",
|
||||||
|
"unlocked": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user