aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/components/waybar/style-blue.css
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-18 13:38:33 -0500
committerRosa <rosaontheweb@proton.me>2026-01-18 13:38:33 -0500
commiteb6f37f9364212d8893b1f879872b98b2ef503a8 (patch)
treeb5b83c8a7fc59bbce4d6e67f44f29a76a5da9130 /modules/user/desktop/components/waybar/style-blue.css
parentd97f055798ed93a42c1825a423b91dc320a5b267 (diff)
finish retheming
Diffstat (limited to 'modules/user/desktop/components/waybar/style-blue.css')
-rw-r--r--modules/user/desktop/components/waybar/style-blue.css42
1 files changed, 14 insertions, 28 deletions
diff --git a/modules/user/desktop/components/waybar/style-blue.css b/modules/user/desktop/components/waybar/style-blue.css
index b00c4b3..9df1136 100644
--- a/modules/user/desktop/components/waybar/style-blue.css
+++ b/modules/user/desktop/components/waybar/style-blue.css
@@ -6,44 +6,44 @@
}
window#waybar {
- background: none;
- color: #e0def4;
+ background: #11111b;
+ color: #cdd6f4;
}
tooltip {
- background: rgba(38, 35, 58, 0.8);
- border-radius: 10px;
+ background: #1e1e2e;
+ border: 2px solid #89b4fa;
}
tooltip label {
- color: #e0def4;
+ color: #cdd6f4;
}
#workspaces button {
background: none;
box-shadow: none;
- color: #6e6a86;
+ color: #585b70;
padding: 0;
}
#workspaces button.empty {
- color: #403d52;
+ color: #313244;
}
#workspaces button.visible {
- color: #908caa;
+ color: #6c7086;
}
#workspaces button.focused {
- color: #ebbcba;
+ color: #89b4fa;
}
#workspaces button.urgent {
- color: #eb6f92;
+ color: #f38ba8;
}
#workspaces button:hover {
- color: #e0def4;
+ color: #cdd6f4;
text-shadow: inherit;
}
@@ -52,12 +52,6 @@ tooltip label {
padding-top: 2px;
}
-.modules-left, .modules-center, .modules-right {
- background: rgba(25, 23, 36, 0.8);
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
-}
-
.modules-left {
margin-left: 8px;
margin-right: 4px;
@@ -70,12 +64,12 @@ tooltip label {
@keyframes blink {
to {
- color: #e0def4;
+ color: #cdd6f4;
}
}
#battery.charging {
- color: #9ccfd8;
+ color: #a6e3a1;
}
#battery.critical:not(.charging) {
@@ -84,13 +78,5 @@ tooltip label {
animation-iteration-count: infinite;
animation-name: blink;
animation-timing-function: steps(2);
- color: #eb6f92;
-}
-
-#cpu {
- box-shadow: inset 0 -2px #ebbcba;
-}
-
-#memory {
- box-shadow: inset 0 -2px #f6c177;
+ color: #f38ba8;
}