Regenerated

This commit is contained in:
2026-04-29 22:54:23 +02:00
parent e976e189e3
commit 6ac620dd76
3 changed files with 440 additions and 407 deletions
+16 -5
View File
@@ -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": ""
}
}
}