From a4a38c3c4497dca17f2000b1ec0c22e8d8bc9fd9 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 1 Mar 2023 21:56:03 +0100 Subject: [PATCH] Gkyph sizes in Group widget bumped. --- _desktop/qtile/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index 5eb4932..5f3b221 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -141,6 +141,7 @@ screens = [ widget.GroupBox( active='#feffff', disable_drag=True, + fontsize=17, highlight_method='block', rounded=False, this_current_screen_border='#005577', @@ -217,6 +218,7 @@ floating_layout = layout.Floating( float_rules=[ *layout.Floating.default_float_rules, Match(wm_class='authenticator'), + Match(title="File Upload"), Match(title="Open File"), Match(title="Open file"), Match(title="Open Files"),