summary refs log tree commit diff
path: root/.config/waybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar')
-rw-r--r--.config/waybar/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 01be454..5dc4806 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,7 +1,12 @@
+window.eDP-1 * {
+    font-family: Monoid Retina, Fira Code, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
+    font-weight: Normal;
+}
 * {
     /* `otf-font-awesome` is required to be installed for icons */
-    font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
-    font-size: 13px;
+    font-family: Monoid, Fira Code, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
+    font-weight: Bold;
+    font-size: 12px;
 }
 
 window#waybar {