summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css23
1 files changed, 8 insertions, 15 deletions
diff --git a/waybar/style.css b/waybar/style.css
index c3ba99b..61f4baf 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -1,29 +1,26 @@
* {
border: none;
font-family: "Terminess Nerd Font Propo, monospace";
- font-size: 14px;
+ font-size: 16px;
/* font-weight: bold; */
min-height: 0;
}
window#waybar {
- background-color: #0a0a0a;
- color: #b8a9e9;
+ background-color: alpha(#0a0a0a, 0.7);
+}
+
+#battery {
+ background: transparent;
}
/* Different battery states indicator */
#battery.discharging.warning {
color: #ffa500;
- background-color: #0a0a0a;
}
#battery.discharging.critical {
color: #ff0000;
- background-color: #0a0a0a;
-}
-
-#battery.charging {
- background-color: #0a0a0a;
}
#clock,
@@ -34,8 +31,6 @@ window#waybar {
#custom-vpn,
#memory,
#network,
-#temperature,
-#cpu,
#mpris,
#bluetooth,
#pulseaudio,
@@ -48,14 +43,12 @@ window#waybar {
#memory,
#bluetooth,
#pulseaudio,
-#temperature,
-#cpu,
#custom-brightness,
#custom-uptime,
#custom-vpn,
#battery {
- /* color: #cccccc; */
- color: #9b8ec4;
+ color: #cccccc;
+ /* color: #9b8ec4; */
}
#temperature.critical {