From f1e1470632639bd76772b7e3727b42e1bfdb4b9d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 27 May 2022 15:55:27 +0300 Subject: [PATCH] sway & waybar: switch to Noto Sans Mono Regular 10 --- conf/sway/config | 2 +- conf/waybar/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; }