diff options
| author | Zach DeCook <zachdecook@librem.one> | 2026-04-24 06:57:10 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2026-04-24 06:57:10 -0400 |
| commit | 237da97819be61b4db6df2fe8e393fa3382f7991 (patch) | |
| tree | 9e5c2561772f74d221f7a038b09bab9cf15dddc0 /.config/waybar/style.css | |
| parent | f304efa8681ed8ee7109009730efa08d06eba025 (diff) | |
| download | dotfiles-237da97819be61b4db6df2fe8e393fa3382f7991.tar.gz | |
Use Monoid for better display on lower-res screens
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 9 |
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 { |
