try workarea to remove bar space

This commit is contained in:
Gokul Swami 2021-04-08 06:18:29 -07:00
parent 39fc9cafcc
commit 97c0177c1c
1 changed files with 2 additions and 2 deletions

View File

@ -144,9 +144,9 @@ local enable = function(opts)
end
local prev_screen_width = math.floor(
awful.screen.focused().geometry.width * scale)
awful.screen.focused().workarea.width * scale)
local prev_screen_height = math.floor(
awful.screen.focused().geometry.height *
awful.screen.focused().workarea.height *
scale)
local tag_preview_box = wibox({