From 31c6362bbaa3aae6aa6c1a5557b3a74aa763c3e7 Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 8 Aug 2022 16:08:42 +0530 Subject: polybar: make bar thicker and removing y offset Signed-off-by: listout --- .config/polybar/config.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 747e457..fd5c8fa 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -53,8 +53,8 @@ power = ${colors.nord6} ;------------; width = 100% -height = 20 -offset-y = 3 +height = 30 +offset-y = 0 offset-x = 0 border-size = 0 @@ -94,8 +94,8 @@ modules-center = bspwm ;------------; width = 100% -height = 20 -offset-y = 3 +height = 30 +offset-y = 0 offset-x = 0 border-size = 0 -- cgit v1.2.3