summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css
index d381dd0..f2ffe67 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -1,6 +1,6 @@
* {
font-size: 12px;
- font-family: "Hack Nerd Font Mono";
+ font-family: "Mononoki Nerd Font Mono";
min-height: 0;
}
@@ -29,6 +29,7 @@ window#waybar {
#battery,
#disk,
#network,
+#backlight,
#tray {
background: #1a1a1a;
}
@@ -68,12 +69,16 @@ window#waybar {
#network {
color: #fcac35;
}
+#backlight {
+ color: #aa4423;
+}
#clock,
#pulseaudio,
#memory,
#cpu,
#battery,
+#backlight,
#network,
#disk {
padding: 0 10px;