From 99517cf4e4ed7a753da82f45b43dd2bc17d64516 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 31 Oct 2021 20:32:07 +0100 Subject: [PATCH] Feat: move bar to top --- qtile/.config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index 8cf639c..c039750 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -195,7 +195,7 @@ extension_defaults = widget_defaults.copy() screens = [ Screen(), Screen( - bottom=bar.Bar( + top=bar.Bar( [ widget.GroupBox( active=colors["FG"],