summaryrefslogtreecommitdiff
path: root/home-config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/waybar/style.css')
-rw-r--r--home-config/waybar/style.css77
1 files changed, 77 insertions, 0 deletions
diff --git a/home-config/waybar/style.css b/home-config/waybar/style.css
new file mode 100644
index 0000000..f785881
--- /dev/null
+++ b/home-config/waybar/style.css
@@ -0,0 +1,77 @@
1* {
2 border: none;
3 border-radius: 0;
4 font-family: Sans;
5 font-size: 15px;
6 box-shadow: none;
7 text-shadow: none;
8 transition-duration: 0s;
9 color: white;
10}
11
12#waybar {
13 background-color:rgba(0,0,0,0.25);
14 color: white;
15}
16
17window {
18 color: rgba(217, 216, 216, 1);
19 background: rgba(35, 31, 32, 0.00);
20}
21
22window#waybar.solo {
23 color: rgba(217, 216, 216, 1);
24 background: rgba(35, 31, 32, 0.85);
25}
26
27#workspaces {
28 margin: 0 5px;
29}
30
31#workspaces button {
32 padding: 0 5px;
33 color: rgba(217, 216, 216, 0.4);
34}
35
36#workspaces button.visible {
37 color: rgba(217, 216, 216, 1);
38}
39
40#workspaces button.focused {
41 border-top: 3px solid rgba(217, 216, 216, 1);
42 border-bottom: 3px solid rgba(217, 216, 216, 0);
43}
44
45#workspaces button.urgent {
46 color: rgba(238, 46, 36, 1);
47}
48
49#mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail {
50 margin: 0px 6px 0px 10px;
51 min-width: 25px;
52}
53
54#clock {
55 margin: 0px 16px 0px 10px;
56 min-width: 140px;
57}
58
59#battery.warning {
60 color: rgba(255, 210, 4, 1);
61}
62
63#battery.critical {
64 color: rgba(238, 46, 36, 1);
65}
66
67#battery.charging {
68 color: rgba(217, 216, 216, 1);
69}
70
71#custom-storage.warning {
72 color: rgba(255, 210, 4, 1);
73}
74
75#custom-storage.critical {
76 color: rgba(238, 46, 36, 1);
77}