diff options
author | listout <listout@protonmail.com> | 2022-08-08 16:08:42 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:38 +0530 |
commit | 31c6362bbaa3aae6aa6c1a5557b3a74aa763c3e7 (patch) | |
tree | 0c274582bb137808742903ff740e973ad9dada83 /.config | |
parent | b4fcd1af2ea4a8d7be8b8a24e5e139085615e3f3 (diff) |
polybar: make bar thicker and removing y offset
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config.ini | 8 |
1 files 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 |