From 0d52efc96dee9748c1657c24ef6bd1ce25cd29eb Mon Sep 17 00:00:00 2001 From: cuu Date: Wed, 17 Oct 2018 19:00:19 +0800 Subject: [PATCH] awesome config --- awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 1d3b514..d625062 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -192,9 +192,9 @@ awful.screen.connect_for_each_screen(function(s) -- Create the wibox if s.geometry.width > 320 then - s.mywibox = awful.wibar({ position = "top", screen = s,visible=true }) + s.mywibox = awful.wibar({ position = "bottom", screen = s,visible=true }) else - s.mywibox = awful.wibar({ position = "top", screen = s,visible=false }) + s.mywibox = awful.wibar({ position = "bottom", screen = s,visible=false }) end -- Add widgets to the wibox