Regenerated

This commit is contained in:
2026-04-27 20:41:54 +02:00
parent 480f214cdf
commit b28a82f90f
5 changed files with 407 additions and 383 deletions
@@ -1,5 +1,6 @@
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
/* Catppuccin Mocha Palette */
@define-color border #97C9E6;
@define-color crust #11111b;
@define-color mantle #181825;
@define-color base #1e1e2e;
@@ -320,7 +320,7 @@
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% 󰂄",
"format-charging": "{capacity}% 󰂄",style-dark
"format-plugged": "{capacity}%  ",
"format-icons": ["󰁺", "󰁼", "󰁾", "󰂀", "󱈏 "]
}
@@ -224,6 +224,13 @@ label#custom-windows:not(.active) {
color: @green;
}
#batterywarn {
color: red;
animation: blink 0.5s linear infinite alternate;
border-radius: 30px;
border: 2px solid transparent;
}
#battery.warning:not(.charging) {
color: white;
animation: blink 0.5s linear infinite alternate;