diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-04-10 23:45:02 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-04-10 23:45:02 +0300 |
commit | 635ebf9a60c3227c9e6939ceb437f1c7717171a2 (patch) | |
tree | ea398bebe55f94f65c3e962a07ce20ea66bd0412 /dotfiles/.config/waybar/style.css | |
parent | 05f194629d885a1793555a4c4dcc9e87d5c6c0b8 (diff) | |
download | swayrice-635ebf9a60c3227c9e6939ceb437f1c7717171a2.tar.gz swayrice-635ebf9a60c3227c9e6939ceb437f1c7717171a2.zip |
alacritty, waybar: raise font size a bit
I guess I am getting old, my eyes are getting a bit tired of small
fonts. Like they say in Russian старость — не радость.
Diffstat (limited to 'dotfiles/.config/waybar/style.css')
-rw-r--r-- | dotfiles/.config/waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index a8026f1..1871a66 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -1,5 +1,5 @@ * { - font-size: 13px; + font-size: 14px; font-family: monospace; } window#waybar { |