summaryrefslogtreecommitdiff
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2016-12-13 18:36:20 +0100
committerPeter Palfrader <peter@palfrader.org>2016-12-15 21:49:55 +0100
commit4bfeafc3ae74c7ca6d7cf123f597932ec512e6ef (patch)
treebabae61ca995838d26b85c72f521fbbc023e61ed /config/awesome/rc.lua
parent2b642e582ad79d54c195011f0d51f61f91966ac4 (diff)
Minor theming updates
Diffstat (limited to 'config/awesome/rc.lua')
-rw-r--r--config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 300bf47..418579f 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -191,7 +191,7 @@ for s = 1, screen.count() do
mytasklist[s] = awful.widget.tasklist(s, awful.widget.tasklist.filter.alltags, mytasklist.buttons)
-- Create the wibox
- mywibox[s] = awful.wibox({ position = "top", screen = s })
+ mywibox[s] = awful.wibox({ position = "bottom", screen = s })
-- Widgets that are aligned to the left
local left_layout = wibox.layout.fixed.horizontal()