aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/waybar.css
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-18 12:47:55 -0500
committerRosa <rosaontheweb@proton.me>2026-01-18 12:47:55 -0500
commitd97f055798ed93a42c1825a423b91dc320a5b267 (patch)
tree811788e855a8314447db974b9fe82301c8ea27cd /modules/user/desktop/waybar.css
parent44c11be5831b178777bae2794848e0365d813471 (diff)
re-theming begun
Diffstat (limited to 'modules/user/desktop/waybar.css')
-rw-r--r--modules/user/desktop/waybar.css96
1 files changed, 0 insertions, 96 deletions
diff --git a/modules/user/desktop/waybar.css b/modules/user/desktop/waybar.css
deleted file mode 100644
index b00c4b3..0000000
--- a/modules/user/desktop/waybar.css
+++ /dev/null
@@ -1,96 +0,0 @@
-* {
- border: none;
- border-radius: 0;
- font-family: 'FiraCode Nerd Font Mono';
- min-height: 0;
-}
-
-window#waybar {
- background: none;
- color: #e0def4;
-}
-
-tooltip {
- background: rgba(38, 35, 58, 0.8);
- border-radius: 10px;
-}
-
-tooltip label {
- color: #e0def4;
-}
-
-#workspaces button {
- background: none;
- box-shadow: none;
- color: #6e6a86;
- padding: 0;
-}
-
-#workspaces button.empty {
- color: #403d52;
-}
-
-#workspaces button.visible {
- color: #908caa;
-}
-
-#workspaces button.focused {
- color: #ebbcba;
-}
-
-#workspaces button.urgent {
- color: #eb6f92;
-}
-
-#workspaces button:hover {
- color: #e0def4;
- text-shadow: inherit;
-}
-
-.module {
- padding: 0 8px;
- 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;
-}
-
-.modules-right {
- margin-left: 4px;
- margin-right: 8px;
-}
-
-@keyframes blink {
- to {
- color: #e0def4;
- }
-}
-
-#battery.charging {
- color: #9ccfd8;
-}
-
-#battery.critical:not(.charging) {
- animation-direction: alternate;
- animation-duration: 0.5s;
- 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;
-}