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
+408 -397
View File
File diff suppressed because it is too large Load Diff
+16 -5
View File
@@ -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": ""
}
} }
} }
+16 -5
View File
@@ -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": ""
}
} }
} }