fixing padding of bar

This commit is contained in:
Chris Cochrun 2021-08-25 05:15:30 -05:00
parent 7a6190e415
commit 9da32b39c1

View file

@ -514,7 +514,7 @@
}) })
(local yoffset (dpi 45)) ;; variables to be used for placing the wibox (local yoffset (dpi 45)) ;; variables to be used for placing the wibox
(local xoffset (dpi 28)) (local xoffset (dpi 26))
;; Create the wibox ;; Create the wibox
(set s.mywibox (wibox {;; since we are using a wibox we have a lot we need to set (set s.mywibox (wibox {;; since we are using a wibox we have a lot we need to set
;; as opposed to what we normally need to do with a wibar ;; as opposed to what we normally need to do with a wibar