diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 8bbfa29..ac49792 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -189,7 +189,7 @@ awful.screen.connect_for_each_screen(function(s) } -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s }) + s.mywibox = awful.wibar({ position = "top", screen = s, height = 22 }) -- Add widgets to the wibox s.mywibox:setup { |
