Regenerated

This commit is contained in:
2026-04-19 22:04:11 +02:00
parent 6d70acb326
commit 6cd1ae50d1
5 changed files with 432 additions and 395 deletions
+7 -1
View File
@@ -18,7 +18,7 @@
"group/workspaces",
"custom/power",
"custom/media",
"battery#warn"
"custom/batterywarn"
],
"modules-right": [
@@ -130,6 +130,12 @@
"format": "{}"
},
"custom/batterywarn": {
"exec": "~/.config/scripts/batterywarn.sh",
"interval": 60,
"format": "{}"
},
"idle_inhibitor": {
"tooltip": true,
"format": "{icon}",
@@ -181,19 +181,11 @@ label#custom-windows:not(.active) {
border: 2px solid transparent;
}
widget:has(label#battery.warn) {
min-width: 0;
padding: 0;
margin: 0;
opacity: 0;
}
widget:has(label#battery.warn.warning),
widget:has(label#battery.warn.critical) {
opacity: 1;
min-width: 80px;
padding: 0 10px;
#custom-battery-warn {
margin: 0 5px;
padding: 0 10px;
color: white;
animation: blink 0.5s linear infinite alternate;
}
@keyframes blink {