aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig/hypr/scripts/Refresh.sh3
-rw-r--r--config/waybar/style/[Black & White] Monochrome.css4
-rw-r--r--config/waybar/style/[Catppuccin] Frappe.css10
-rw-r--r--config/waybar/style/[Catppuccin] Latte.css10
-rw-r--r--config/waybar/style/[Catppuccin] Mocha.css10
-rw-r--r--config/waybar/style/[Colored] Chroma Glow.css12
-rw-r--r--config/waybar/style/[Colored] Translucent.css10
-rw-r--r--config/waybar/style/[Colorful] Aurora Blossom.css4
-rw-r--r--config/waybar/style/[Colorful] Aurora.css4
-rw-r--r--config/waybar/style/[Colorful] Oglo Chicklets.css5
-rw-r--r--config/waybar/style/[Colorful] Rainbow Spectrum.css4
-rw-r--r--config/waybar/style/[Dark] Golden Noir.css12
-rw-r--r--config/waybar/style/[Dark] Half-Moon.css4
-rw-r--r--config/waybar/style/[Dark] Latte-Wallust combined.css26
-rw-r--r--config/waybar/style/[Dark] Purpl.css4
-rw-r--r--config/waybar/style/[Dark] Wallust Obsidian Edge.css12
-rw-r--r--config/waybar/style/[Extra] Crimson.css4
-rw-r--r--config/waybar/style/[Extra] EverForest.css4
-rw-r--r--config/waybar/style/[Extra] Mauve.css4
-rw-r--r--config/waybar/style/[Extra] Rose Pine.css17
-rw-r--r--config/waybar/style/[Extra] Simple Pink.css4
-rw-r--r--config/waybar/style/[Light] Monochrome Contrast.css4
-rw-r--r--config/waybar/style/[Light] Obsidian Glow.css4
-rw-r--r--config/waybar/style/[Rainbow] RGB Bordered.css4
-rw-r--r--config/waybar/style/[Retro] Simple Style.css17
-rw-r--r--config/waybar/style/[Transparent] Crystal Clear.css4
-rw-r--r--config/waybar/style/[WALLUST] ML4W-modern-mixed.css10
-rw-r--r--config/waybar/style/[WALLUST] ML4W-modern.css10
-rw-r--r--config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css12
-rw-r--r--config/waybar/style/[Wallust Bordered] Chroma Simple.css17
-rw-r--r--config/waybar/style/[Wallust Transparent] Crystal Clear.css4
-rw-r--r--config/waybar/style/[Wallust] Box type.css10
-rw-r--r--config/waybar/style/[Wallust] Chroma Edge.css4
-rw-r--r--config/waybar/style/[Wallust] Chroma Fusion.css12
-rw-r--r--config/waybar/style/[Wallust] Chroma Tally.css10
-rw-r--r--config/waybar/style/[Wallust] Colored.css12
-rw-r--r--config/waybar/style/[Wallust] Simple.css12
37 files changed, 182 insertions, 131 deletions
diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh
index f5f91c34..1aa63378 100755
--- a/config/hypr/scripts/Refresh.sh
+++ b/config/hypr/scripts/Refresh.sh
@@ -27,7 +27,7 @@ ags -q
sleep 1
#Restart waybar
-waybar &
+waybar && killall -SIGUSR2 waybar # added since wallust sometimes not applying
# relaunch swaync
sleep 0.5
@@ -43,4 +43,5 @@ if file_exists "${UserScripts}/RainbowBorders.sh"; then
fi
+
exit 0 \ No newline at end of file
diff --git a/config/waybar/style/[Black & White] Monochrome.css b/config/waybar/style/[Black & White] Monochrome.css
index c3f5e882..9f586c79 100644
--- a/config/waybar/style/[Black & White] Monochrome.css
+++ b/config/waybar/style/[Black & White] Monochrome.css
@@ -183,8 +183,8 @@ tooltip label{
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Catppuccin] Frappe.css b/config/waybar/style/[Catppuccin] Frappe.css
index 6102308b..fc30a476 100644
--- a/config/waybar/style/[Catppuccin] Frappe.css
+++ b/config/waybar/style/[Catppuccin] Frappe.css
@@ -157,11 +157,11 @@ window#waybar.empty #window {
#battery.critical:not(.charging) {
background-color: @red;
color: @theme_text_color;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
box-shadow: inset 0 -3px transparent;
}
diff --git a/config/waybar/style/[Catppuccin] Latte.css b/config/waybar/style/[Catppuccin] Latte.css
index 16b412bb..50d224cd 100644
--- a/config/waybar/style/[Catppuccin] Latte.css
+++ b/config/waybar/style/[Catppuccin] Latte.css
@@ -157,11 +157,11 @@ window#waybar.empty #window {
#battery.critical:not(.charging) {
background-color: @red;
color: @theme_text_color;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
box-shadow: inset 0 -3px transparent;
}
diff --git a/config/waybar/style/[Catppuccin] Mocha.css b/config/waybar/style/[Catppuccin] Mocha.css
index 658f73f0..4c047f20 100644
--- a/config/waybar/style/[Catppuccin] Mocha.css
+++ b/config/waybar/style/[Catppuccin] Mocha.css
@@ -176,11 +176,11 @@ window#waybar.empty #window {
#battery.critical:not(.charging) {
background-color: @red;
color: @theme_text_color;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
box-shadow: inset 0 -3px transparent;
}
diff --git a/config/waybar/style/[Colored] Chroma Glow.css b/config/waybar/style/[Colored] Chroma Glow.css
index 633bb78c..9da333a7 100644
--- a/config/waybar/style/[Colored] Chroma Glow.css
+++ b/config/waybar/style/[Colored] Chroma Glow.css
@@ -182,12 +182,12 @@ tooltip label{
}
#battery.critical:not(.charging) {
- color: #f53c3c;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ color: #f53c3c;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
label:focus {
diff --git a/config/waybar/style/[Colored] Translucent.css b/config/waybar/style/[Colored] Translucent.css
index 3cbaa8f4..4f4797f3 100644
--- a/config/waybar/style/[Colored] Translucent.css
+++ b/config/waybar/style/[Colored] Translucent.css
@@ -192,11 +192,11 @@ tooltip {
#battery.critical:not(.charging) {
color: @critical;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
label:focus {
diff --git a/config/waybar/style/[Colorful] Aurora Blossom.css b/config/waybar/style/[Colorful] Aurora Blossom.css
index 1fe53ebe..1b9ffff8 100644
--- a/config/waybar/style/[Colorful] Aurora Blossom.css
+++ b/config/waybar/style/[Colorful] Aurora Blossom.css
@@ -175,8 +175,8 @@ tooltip label{
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Colorful] Aurora.css b/config/waybar/style/[Colorful] Aurora.css
index e4776dc5..1c606aec 100644
--- a/config/waybar/style/[Colorful] Aurora.css
+++ b/config/waybar/style/[Colorful] Aurora.css
@@ -182,8 +182,8 @@ tooltip label{
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Colorful] Oglo Chicklets.css b/config/waybar/style/[Colorful] Oglo Chicklets.css
index e8044bbe..90353d62 100644
--- a/config/waybar/style/[Colorful] Oglo Chicklets.css
+++ b/config/waybar/style/[Colorful] Oglo Chicklets.css
@@ -181,6 +181,11 @@ button.active {
background-color: #ee606a;
color: #2d353b;
border-bottom: 8px solid #ca4853;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
label:focus {
diff --git a/config/waybar/style/[Colorful] Rainbow Spectrum.css b/config/waybar/style/[Colorful] Rainbow Spectrum.css
index dfe5694c..d5fea008 100644
--- a/config/waybar/style/[Colorful] Rainbow Spectrum.css
+++ b/config/waybar/style/[Colorful] Rainbow Spectrum.css
@@ -154,8 +154,8 @@ tooltip label{
background-color: #f38ba8;
color: #f38ba8;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Dark] Golden Noir.css b/config/waybar/style/[Dark] Golden Noir.css
index 7baa7418..a1de885f 100644
--- a/config/waybar/style/[Dark] Golden Noir.css
+++ b/config/waybar/style/[Dark] Golden Noir.css
@@ -183,12 +183,12 @@ tooltip {
}
#battery.critical:not(.charging) {
- color: #f53c3c;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ color: #f53c3c;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
#pulseaudio-slider slider {
diff --git a/config/waybar/style/[Dark] Half-Moon.css b/config/waybar/style/[Dark] Half-Moon.css
index 9db07fa0..0cd39907 100644
--- a/config/waybar/style/[Dark] Half-Moon.css
+++ b/config/waybar/style/[Dark] Half-Moon.css
@@ -287,8 +287,8 @@ color: #F3F4F5;
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Dark] Latte-Wallust combined.css b/config/waybar/style/[Dark] Latte-Wallust combined.css
index f80b494a..55fb7dfb 100644
--- a/config/waybar/style/[Dark] Latte-Wallust combined.css
+++ b/config/waybar/style/[Dark] Latte-Wallust combined.css
@@ -222,15 +222,6 @@ tooltip {
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
-#battery.critical:not(.charging) {
- color: #f53c3c;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
-}
-
#pulseaudio-slider slider {
min-width: 0px;
min-height: 0px;
@@ -302,14 +293,17 @@ tooltip {
#temperature.critical {
background-color: @red;
}
+
#battery.critical:not(.charging) {
- color: #f53c3c;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
-}#pulseaudio-slider slider {
+ color: #f53c3c;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
+}
+
+#pulseaudio-slider slider {
min-width: 0px;
min-height: 0px;
opacity: 0;
diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css
index 47c1328f..8117fe1b 100644
--- a/config/waybar/style/[Dark] Purpl.css
+++ b/config/waybar/style/[Dark] Purpl.css
@@ -198,8 +198,8 @@ tooltip {
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Dark] Wallust Obsidian Edge.css b/config/waybar/style/[Dark] Wallust Obsidian Edge.css
index d44f9e39..1e50cc63 100644
--- a/config/waybar/style/[Dark] Wallust Obsidian Edge.css
+++ b/config/waybar/style/[Dark] Wallust Obsidian Edge.css
@@ -188,12 +188,12 @@ tooltip label {
}
#battery.critical:not(.charging) {
- color: #f53c3c;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ color: #f53c3c;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
#pulseaudio-slider slider {
min-width: 0px;
diff --git a/config/waybar/style/[Extra] Crimson.css b/config/waybar/style/[Extra] Crimson.css
index 86a17f71..8ff87132 100644
--- a/config/waybar/style/[Extra] Crimson.css
+++ b/config/waybar/style/[Extra] Crimson.css
@@ -180,8 +180,8 @@ tooltip {
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Extra] EverForest.css b/config/waybar/style/[Extra] EverForest.css
index 9e64cd40..785acf01 100644
--- a/config/waybar/style/[Extra] EverForest.css
+++ b/config/waybar/style/[Extra] EverForest.css
@@ -177,8 +177,8 @@ window#waybar.empty #window {
background-color: @red;
color: @fg;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Extra] Mauve.css b/config/waybar/style/[Extra] Mauve.css
index c50e6a2d..1e5b702d 100644
--- a/config/waybar/style/[Extra] Mauve.css
+++ b/config/waybar/style/[Extra] Mauve.css
@@ -197,8 +197,8 @@ tooltip {
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Extra] Rose Pine.css b/config/waybar/style/[Extra] Rose Pine.css
index 77c4f583..bfc58ec1 100644
--- a/config/waybar/style/[Extra] Rose Pine.css
+++ b/config/waybar/style/[Extra] Rose Pine.css
@@ -177,6 +177,23 @@ tooltip {
color: #39FF14;
}
+@keyframes blink {
+ to {
+ color: @main-bg;
+ }
+}
+
+#battery.critical:not(.charging) {
+ background-color: red;
+ color: white;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
+ box-shadow: inset 0 -3px transparent;
+}
+
#backlight {
padding-right: 2px;
}
diff --git a/config/waybar/style/[Extra] Simple Pink.css b/config/waybar/style/[Extra] Simple Pink.css
index 6dfad5b7..95802b13 100644
--- a/config/waybar/style/[Extra] Simple Pink.css
+++ b/config/waybar/style/[Extra] Simple Pink.css
@@ -207,8 +207,8 @@ tooltip {
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Light] Monochrome Contrast.css b/config/waybar/style/[Light] Monochrome Contrast.css
index cd2eb0ea..d9a6b391 100644
--- a/config/waybar/style/[Light] Monochrome Contrast.css
+++ b/config/waybar/style/[Light] Monochrome Contrast.css
@@ -187,8 +187,8 @@ tooltip label{
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Light] Obsidian Glow.css b/config/waybar/style/[Light] Obsidian Glow.css
index f860ce50..8306159e 100644
--- a/config/waybar/style/[Light] Obsidian Glow.css
+++ b/config/waybar/style/[Light] Obsidian Glow.css
@@ -173,8 +173,8 @@ tooltip label {
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Rainbow] RGB Bordered.css b/config/waybar/style/[Rainbow] RGB Bordered.css
index 6c7cb939..3ffbceea 100644
--- a/config/waybar/style/[Rainbow] RGB Bordered.css
+++ b/config/waybar/style/[Rainbow] RGB Bordered.css
@@ -173,8 +173,8 @@ window#waybar.empty #window {
background-color: @red;
color: @theme_text_color;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
box-shadow: inset 0 -3px transparent;
diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css
index 27e9db98..ba23e25b 100644
--- a/config/waybar/style/[Retro] Simple Style.css
+++ b/config/waybar/style/[Retro] Simple Style.css
@@ -109,6 +109,23 @@ window#waybar {
border-bottom: 3px solid yellow;
}
+@keyframes blink {
+ to {
+ color: @background;
+ }
+}
+
+#battery.critical:not(.charging) {
+ background-color: @red;
+ color: white;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
+ box-shadow: inset 0 -3px transparent;
+}
+
/*-----Indicators----*/
#custom-hypridle.notactive,
#idle_inhibitor.activated {
diff --git a/config/waybar/style/[Transparent] Crystal Clear.css b/config/waybar/style/[Transparent] Crystal Clear.css
index e8dbbf96..1c2c7de2 100644
--- a/config/waybar/style/[Transparent] Crystal Clear.css
+++ b/config/waybar/style/[Transparent] Crystal Clear.css
@@ -157,8 +157,8 @@ window#waybar.empty #window {
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css
index 8b2ae2bc..59de390f 100644
--- a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css
+++ b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css
@@ -353,11 +353,11 @@ window#waybar.empty #window {
#battery.critical:not(.charging) {
background-color: #f53c3c;
color: @textcolor3;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
#tray {
diff --git a/config/waybar/style/[WALLUST] ML4W-modern.css b/config/waybar/style/[WALLUST] ML4W-modern.css
index 62fafd1b..afd86c4a 100644
--- a/config/waybar/style/[WALLUST] ML4W-modern.css
+++ b/config/waybar/style/[WALLUST] ML4W-modern.css
@@ -353,11 +353,11 @@ window#waybar.empty #window {
#battery.critical:not(.charging) {
background-color: #f53c3c;
color: @textcolor3;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
#tray {
diff --git a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css
index 8885aa97..86790823 100644
--- a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css
+++ b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css
@@ -285,12 +285,12 @@ tooltip {
}
#battery.critical:not(.charging) {
- color: #f53c3c;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ color: #f53c3c;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
#pulseaudio-slider slider {
diff --git a/config/waybar/style/[Wallust Bordered] Chroma Simple.css b/config/waybar/style/[Wallust Bordered] Chroma Simple.css
index 0196f85f..fed61902 100644
--- a/config/waybar/style/[Wallust Bordered] Chroma Simple.css
+++ b/config/waybar/style/[Wallust Bordered] Chroma Simple.css
@@ -259,6 +259,23 @@ tooltip {
border: 2px solid @color8;
}
+@keyframes blink {
+ to {
+ color: @color12;
+ }
+}
+
+#battery.critical:not(.charging) {
+ background-color: red;
+ color: white;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
+ box-shadow: inset 0 -3px transparent;
+}
+
#custom-weather {
color: #8eacf3;
border-right: 0px;
diff --git a/config/waybar/style/[Wallust Transparent] Crystal Clear.css b/config/waybar/style/[Wallust Transparent] Crystal Clear.css
index d98da479..3efa0e87 100644
--- a/config/waybar/style/[Wallust Transparent] Crystal Clear.css
+++ b/config/waybar/style/[Wallust Transparent] Crystal Clear.css
@@ -166,8 +166,8 @@ window#waybar.empty #window {
#battery.critical:not(.charging) {
color: @critical;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Wallust] Box type.css b/config/waybar/style/[Wallust] Box type.css
index 496c3c77..efdf11bf 100644
--- a/config/waybar/style/[Wallust] Box type.css
+++ b/config/waybar/style/[Wallust] Box type.css
@@ -174,11 +174,11 @@ window#waybar.empty #window {
#battery.critical:not(.charging) {
background-color: #ffffff;
color: #000000;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
border-bottom-width: 5px;
border-bottom-color: @color12;
border-bottom-style: solid;
diff --git a/config/waybar/style/[Wallust] Chroma Edge.css b/config/waybar/style/[Wallust] Chroma Edge.css
index b58e607d..71d59bd5 100644
--- a/config/waybar/style/[Wallust] Chroma Edge.css
+++ b/config/waybar/style/[Wallust] Chroma Edge.css
@@ -258,8 +258,8 @@ tooltip label{
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
diff --git a/config/waybar/style/[Wallust] Chroma Fusion.css b/config/waybar/style/[Wallust] Chroma Fusion.css
index 78501aa2..99a6e031 100644
--- a/config/waybar/style/[Wallust] Chroma Fusion.css
+++ b/config/waybar/style/[Wallust] Chroma Fusion.css
@@ -287,12 +287,12 @@ tooltip {
}
#battery.critical:not(.charging) {
- color: #f53c3c;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ color: #f53c3c;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
#pulseaudio-slider slider {
diff --git a/config/waybar/style/[Wallust] Chroma Tally.css b/config/waybar/style/[Wallust] Chroma Tally.css
index dede0609..3200db39 100644
--- a/config/waybar/style/[Wallust] Chroma Tally.css
+++ b/config/waybar/style/[Wallust] Chroma Tally.css
@@ -163,11 +163,11 @@ tooltip {
#battery.critical:not(.charging) {
background: #bf616a;
color: #eceff4;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
#cpu {
diff --git a/config/waybar/style/[Wallust] Colored.css b/config/waybar/style/[Wallust] Colored.css
index be6bae2a..07c366cd 100644
--- a/config/waybar/style/[Wallust] Colored.css
+++ b/config/waybar/style/[Wallust] Colored.css
@@ -196,12 +196,12 @@ tooltip {
}
#battery.critical:not(.charging) {
- color: #f53c3c;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ color: #f53c3c;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
#pulseaudio-slider slider {
diff --git a/config/waybar/style/[Wallust] Simple.css b/config/waybar/style/[Wallust] Simple.css
index 510658d3..a5d122f3 100644
--- a/config/waybar/style/[Wallust] Simple.css
+++ b/config/waybar/style/[Wallust] Simple.css
@@ -210,12 +210,12 @@ tooltip {
}
#battery.critical:not(.charging) {
- color: #f53c3c;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
+ color: #f53c3c;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
}
#pulseaudio-slider slider {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage