From 385d8e4805cd6e3a934f917be0d8dbbecaa68ff0 Mon Sep 17 00:00:00 2001 From: dme Date: Tue, 5 Jul 2022 18:33:25 +0200 Subject: [PATCH] fix qtile bar count --- dot_config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/qtile/config.py b/dot_config/qtile/config.py index 70cf4b9e..88fe2b86 100644 --- a/dot_config/qtile/config.py +++ b/dot_config/qtile/config.py @@ -404,7 +404,7 @@ def init_widgets_screen2(): def init_screens(): num_screens = get_num_screens() - if num_screens >= 1: + if num_screens == 1: return [Screen(top=bar.Bar(widgets=init_widgets_screen1(), opacity=1.0, size=20))] elif num_screens == 2: return [