From 08ccfd49443d96e596ce36fdf71454bb418e89e1 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 10 Oct 2023 18:38:03 +0300 Subject: [PATCH] {sway,waybar}: change font here too --- conf/sway/config | 3 ++- conf/sway/config.d/00-mako.conf | 3 ++- conf/waybar/style.css | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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;