From 9da32b39c1bf65e1f09df1f5c76b00be4609d315 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 25 Aug 2021 05:15:30 -0500 Subject: [PATCH] fixing padding of bar --- awesome/init.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/init.fnl b/awesome/init.fnl index b28f13a..5bf1fcd 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -514,7 +514,7 @@ }) (local yoffset (dpi 45)) ;; variables to be used for placing the wibox - (local xoffset (dpi 28)) + (local xoffset (dpi 26)) ;; Create the wibox (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