aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorBlista Kanjo2022-12-30 09:39:23 -0500
committerBlista Kanjo2022-12-30 09:39:23 -0500
commitd8ea545f0cf02d0210e4f646d2425b6b559a3c52 (patch)
tree00cad0971bfb845dda12c792c23a65c973e39642 /.config
parent277027b0b95d38c688cdb3701c98a071aef01f73 (diff)
refactor: set wibar height
Diffstat (limited to '.config')
-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 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 {