| 1 | * { |
| 2 | font-family: monospace; |
| 3 | font-size: 13px; |
| 4 | } |
| 5 | |
| 6 | window#waybar { |
| 7 | background-color: rgba(40, 42, 54, 0.9); |
| 8 | color: #f8f8f2; |
| 9 | border-bottom: 2px solid rgba(51, 204, 255, 0.5); |
| 10 | } |
| 11 | |
| 12 | #workspaces button { |
| 13 | padding: 0 8px; |
| 14 | background-color: transparent; |
| 15 | color: #6272a4; |
| 16 | border-bottom: 2px solid transparent; |
| 17 | } |
| 18 | |
| 19 | #workspaces button:hover { |
| 20 | background-color: rgba(68, 71, 90, 0.5); |
| 21 | } |
| 22 | |
| 23 | #workspaces button.active { |
| 24 | color: #33ccff; |
| 25 | border-bottom: 2px solid #33ccff; |
| 26 | } |
| 27 | |
| 28 | #workspaces button.urgent { |
| 29 | background-color: #ff5555; |
| 30 | } |
| 31 | |
| 32 | #window { |
| 33 | color: #f8f8f2; |
| 34 | } |
| 35 | |
| 36 | #clock, |
| 37 | #cpu, |
| 38 | #memory, |
| 39 | #network, |
| 40 | #pulseaudio, |
| 41 | #tray, |
| 42 | #custom-almanta, |
| 43 | #custom-jetbrains, |
| 44 | #custom-tailscale { |
| 45 | padding: 0 10px; |
| 46 | } |
| 47 | |
| 48 | #custom-almanta { |
| 49 | color: #50fa7b; |
| 50 | } |
| 51 | |
| 52 | #custom-jetbrains { |
| 53 | color: #ff79c6; |
| 54 | } |
| 55 | |
| 56 | #custom-weather { |
| 57 | color: #8be9fd; |
| 58 | } |
| 59 | |
| 60 | #custom-almanta.warn { |
| 61 | color: #ffb86c; |
| 62 | } |
| 63 | |
| 64 | #custom-almanta.down { |
| 65 | color: #ff5555; |
| 66 | } |
| 67 | |
| 68 | #clock { |
| 69 | color: #33ccff; |
| 70 | } |
| 71 | |
| 72 | #cpu { |
| 73 | color: #00ff99; |
| 74 | } |
| 75 | |
| 76 | #memory { |
| 77 | color: #bd93f9; |
| 78 | } |
| 79 | |
| 80 | #network { |
| 81 | color: #8be9fd; |
| 82 | } |
| 83 | |
| 84 | #network.disconnected { |
| 85 | color: #ff5555; |
| 86 | } |
| 87 | |
| 88 | #pulseaudio { |
| 89 | color: #f1fa8c; |
| 90 | } |
| 91 | |
| 92 | #pulseaudio.muted { |
| 93 | color: #6272a4; |
| 94 | } |
| 95 | |
| 96 | #custom-tailscale { |
| 97 | color: #50fa7b; |
| 98 | } |
| 99 | |
| 100 | #custom-tailscale.partial { |
| 101 | color: #ffb86c; |
| 102 | } |
| 103 | |
| 104 | #custom-tailscale.disconnected { |
| 105 | color: #ff5555; |
| 106 | } |