From 2337fd926c2b56f695f9a17b48f49e71fce88554 Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Fri, 29 Jan 2016 18:52:33 +0100 Subject: [PATCH] move bar to top --- qtile_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtile_config.py b/qtile_config.py index 63537ef..4937df8 100644 --- a/qtile_config.py +++ b/qtile_config.py @@ -112,7 +112,7 @@ widget_defaults = dict( screens = [ Screen( - bottom=bar.Bar( + top=bar.Bar( [ widget.GroupBox(), widget.Prompt(),