summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorNicolas Schodet2011-03-28 18:59:49 +0200
committerNicolas Schodet2011-03-28 18:59:49 +0200
commitb385090be29a26dd1a1173430c9cfb5ca2514d28 (patch)
treea7752f14a482d36853dbd73ddef2ae976a161980 /rc.lua
parenta07209c653c1726b4c589d0de980f94e7d10136c (diff)
change theme font and wibox height
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index ff8b718..2ab67f7 100644
--- a/rc.lua
+++ b/rc.lua
@@ -139,7 +139,7 @@ for s = 1, screen.count() do
end, mytasklist.buttons)
-- Create the wibox
- mywibox[s] = awful.wibox({ position = "bottom", screen = s })
+ mywibox[s] = awful.wibox({ position = "bottom", screen = s, height = beautiful.wibox_height })
-- Add widgets to the wibox - order matters
mywibox[s].widgets = {
{