aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-06-06 20:44:57 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-06-06 20:44:57 +0900
commit5abdab7e702f38f7e26041731b89800c080a3042 (patch)
tree538e8cc84040892f279b94b66f08268107da710d
parent567f50e75d13fea06ec4f39dc96a129e00c798d1 (diff)
another waybar css style tweaks
-rw-r--r--config/waybar/style/[Retro] Simple Style.css16
-rw-r--r--config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css4
-rw-r--r--config/waybar/style/[Wallust] Box type.css5
-rw-r--r--config/waybar/style/[Wallust] Chroma Fusion.css4
4 files changed, 19 insertions, 10 deletions
diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css
index 83c26494..78574847 100644
--- a/config/waybar/style/[Retro] Simple Style.css
+++ b/config/waybar/style/[Retro] Simple Style.css
@@ -31,16 +31,16 @@ window#waybar {
#taskbar button.active,
#workspaces button.active {
- border-bottom: 1px solid @green;
+ border-bottom: 1px solid green;
}
#taskbar button.urgent,
#workspaces button.urgent {
- border-bottom: 2px solid @red;
+ border-bottom: 2px solid red;
}
#submap {
- border-bottom: 1px solid @red;
+ border-bottom: 1px solid red;
}
#backlight,
@@ -97,7 +97,7 @@ window#waybar {
#memory.warning,
#cpu.warning {
border-top: 3px solid @background;
- border-bottom: 3px solid @yellow;
+ border-bottom: 3px solid yellow;
}
#battery.critical,
@@ -105,12 +105,16 @@ window#waybar {
#memory.critical,
#cpu.critical {
border-top: 3px solid @background;
- border-bottom: 3px solid @red;
+ border-bottom: 3px solid red;
+}
+
+#temperature.critical {
+ background-color: red;
}
#battery.charging {
border-top: 3px solid @background;
- border-bottom: 3px solid @green;
+ border-bottom: 3px solid green;
}
#pulseaudio-slider slider {
diff --git a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css
index 233763c6..27d4824d 100644
--- a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css
+++ b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css
@@ -106,7 +106,7 @@ tooltip {
}
#custom-power {
- color: @red;
+ color: red;
padding: 0px 0px 0px 7px;
opacity:1.0;
}
@@ -241,7 +241,7 @@ tooltip {
}
#temperature.critical {
- background-color: @red;
+ background-color: red;
}
@keyframes blink {
diff --git a/config/waybar/style/[Wallust] Box type.css b/config/waybar/style/[Wallust] Box type.css
index 9749378a..cfb54440 100644
--- a/config/waybar/style/[Wallust] Box type.css
+++ b/config/waybar/style/[Wallust] Box type.css
@@ -144,6 +144,11 @@ window#waybar.empty #window {
padding-right: 12px;
}
+#temperature.critical {
+ background-color: red;
+ color: black;
+}
+
#mpris {
padding-right: 8px;
padding-left: 8px;
diff --git a/config/waybar/style/[Wallust] Chroma Fusion.css b/config/waybar/style/[Wallust] Chroma Fusion.css
index 368c99e3..29480b41 100644
--- a/config/waybar/style/[Wallust] Chroma Fusion.css
+++ b/config/waybar/style/[Wallust] Chroma Fusion.css
@@ -110,7 +110,7 @@ tooltip {
padding: 0px 2px 0px 6px;
}
#custom-power {
- color: @red;
+ color: red;
padding: 0px 0px 0px 6px;
opacity:1.0;
}
@@ -240,7 +240,7 @@ tooltip {
}
#temperature.critical {
- background-color: @red;
+ background-color: red;
}
@keyframes blink {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage