diff options
| author | Blista Kanjo | 2022-12-30 09:39:23 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-12-30 09:39:23 -0500 |
| commit | d8ea545f0cf02d0210e4f646d2425b6b559a3c52 (patch) | |
| tree | 00cad0971bfb845dda12c792c23a65c973e39642 | |
| parent | 277027b0b95d38c688cdb3701c98a071aef01f73 (diff) | |
refactor: set wibar height
| -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 { |
