aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/components/waybar/style-blue.css
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-17 16:21:33 -0400
committerRosa <rosaontheweb@proton.me>2026-03-17 16:21:33 -0400
commitce19b701046c064a1eb39098d8537b2c4964a86e (patch)
tree8c42a1392d36132803a2ee4ecb4d2c9150f72296 /modules/user/desktop/components/waybar/style-blue.css
parent8848e53815fe12ffa3998c0a4bbcf2178d6b00e8 (diff)
start rewrite
Diffstat (limited to 'modules/user/desktop/components/waybar/style-blue.css')
-rw-r--r--modules/user/desktop/components/waybar/style-blue.css82
1 files changed, 0 insertions, 82 deletions
diff --git a/modules/user/desktop/components/waybar/style-blue.css b/modules/user/desktop/components/waybar/style-blue.css
deleted file mode 100644
index 9df1136..0000000
--- a/modules/user/desktop/components/waybar/style-blue.css
+++ /dev/null
@@ -1,82 +0,0 @@
-* {
- border: none;
- border-radius: 0;
- font-family: 'FiraCode Nerd Font Mono';
- min-height: 0;
-}
-
-window#waybar {
- background: #11111b;
- color: #cdd6f4;
-}
-
-tooltip {
- background: #1e1e2e;
- border: 2px solid #89b4fa;
-}
-
-tooltip label {
- color: #cdd6f4;
-}
-
-#workspaces button {
- background: none;
- box-shadow: none;
- color: #585b70;
- padding: 0;
-}
-
-#workspaces button.empty {
- color: #313244;
-}
-
-#workspaces button.visible {
- color: #6c7086;
-}
-
-#workspaces button.focused {
- color: #89b4fa;
-}
-
-#workspaces button.urgent {
- color: #f38ba8;
-}
-
-#workspaces button:hover {
- color: #cdd6f4;
- text-shadow: inherit;
-}
-
-.module {
- padding: 0 8px;
- padding-top: 2px;
-}
-
-.modules-left {
- margin-left: 8px;
- margin-right: 4px;
-}
-
-.modules-right {
- margin-left: 4px;
- margin-right: 8px;
-}
-
-@keyframes blink {
- to {
- color: #cdd6f4;
- }
-}
-
-#battery.charging {
- color: #a6e3a1;
-}
-
-#battery.critical:not(.charging) {
- animation-direction: alternate;
- animation-duration: 0.5s;
- animation-iteration-count: infinite;
- animation-name: blink;
- animation-timing-function: steps(2);
- color: #f38ba8;
-}