summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 61f4baf..f3f6ed2 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -1,13 +1,14 @@
* {
border: none;
- font-family: "Terminess Nerd Font Propo, monospace";
- font-size: 16px;
- /* font-weight: bold; */
+ /* font-family: "Terminess Nerd Font Propo, monospace"; */
+ font-family: "IoskeleyMonoNL Nerd Font, monospace";
+ font-size: 14px;
+ font-weight: bold;
min-height: 0;
}
window#waybar {
- background-color: alpha(#0a0a0a, 0.7);
+ background-color: alpha(#0a0a0a, 0.8);
}
#battery {
@@ -35,7 +36,7 @@ window#waybar {
#bluetooth,
#pulseaudio,
#tray {
- padding: 0 8px;
+ padding: 0 12px;
}
/* add grey color to some modules */
@@ -46,6 +47,8 @@ window#waybar {
#custom-brightness,
#custom-uptime,
#custom-vpn,
+#clock,
+#window,
#battery {
color: #cccccc;
/* color: #9b8ec4; */