diff --git a/conf/sway/config b/conf/sway/config index eca65c50..f3a3c1e8 100644 --- a/conf/sway/config +++ b/conf/sway/config @@ -31,7 +31,8 @@ set $ScreenLockCmd swaylock -c 000000 -F -k -l -f set $TEXTEDITOR kate # Font -font pango:Noto Sans Mono Regular 10 +#font pango:Noto Sans Mono Regular 10 +font pango:Comic Shanns Mono-Regular 10 ### Output configuration # diff --git a/conf/sway/config.d/00-mako.conf b/conf/sway/config.d/00-mako.conf index 32818b27..d076d91f 100644 --- a/conf/sway/config.d/00-mako.conf +++ b/conf/sway/config.d/00-mako.conf @@ -1,4 +1,5 @@ # Notifications daemon that Lumina for some reason doesn't include. Must be # top right as it's irrelevant on tiling wm, logical bottom left would be # over every typing field *aargh* -exec --no-startup-id mako --font "Noto Serif" --icons 1 --default-timeout 3000 --anchor top-right --progress-color "#970000" +#exec --no-startup-id mako --font "Noto Serif" --icons 1 --default-timeout 3000 --anchor top-right --progress-color "#970000" +exec --no-startup-id mako --font "Comic Shanns Mono-Regular" --icons 1 --default-timeout 3000 --anchor top-right --progress-color "#970000" diff --git a/conf/waybar/style.css b/conf/waybar/style.css index c85665bf..39e2648f 100644 --- a/conf/waybar/style.css +++ b/conf/waybar/style.css @@ -4,7 +4,7 @@ border: none; border-radius: 0; font-family: - Noto Sans Mono Regular, + Comic Shanns Mono-Regular, monospace; font-size: 10px; min-height: 0;