diff --git a/conf/sway/config b/conf/sway/config index 964b6ddf..8c0015d6 100644 --- a/conf/sway/config +++ b/conf/sway/config @@ -29,7 +29,7 @@ set $ScreenLockCmd swaylock -c 000000 -F -k -l -f set $TEXTEDITOR pluma # Font -font pango:OpenDyslexic 9 +font pango:Noto Sans Mono Regular 10 ### Output configuration # diff --git a/conf/waybar/style.css b/conf/waybar/style.css index f8e7840c..dabdf315 100644 --- a/conf/waybar/style.css +++ b/conf/waybar/style.css @@ -3,8 +3,8 @@ * { border: none; border-radius: 0; - font-family: OpenDyslexic, sans-serif; - font-size: 9px; + font-family: Noto Sans Mono Regular, monospace; + font-size: 10px; min-height: 0; }