From e7eb58c1770e71a19025cbb6f94ba291b64ec937 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 25 Aug 2020 18:45:06 +0200 Subject: [PATCH] [qtile] switched to Iosevka font --- qtile/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qtile/config.py b/qtile/config.py index ddabea4..39f0df1 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -124,8 +124,8 @@ layouts = [ ] widget_defaults = dict( - font='Hermit', - fontsize=12, + font='Iosevka Semibold', + fontsize=14, padding=3, foreground="3c3836", )