diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-29 19:55:40 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-29 19:55:40 +0530 |
commit | 69796f2cf84c26061c97c80da4942889a14bbe43 (patch) | |
tree | 5c572f923dd118e0a93258ce6eee427052924155 /.config/polybar/config.ini | |
parent | b3fd8497e396f48b5a888ed85bde48113f3f82f7 (diff) |
floating bar!
Diffstat (limited to '.config/polybar/config.ini')
-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 cfb56bd..ff79b5c 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -123,11 +123,11 @@ tray-background = ${colors.systray-bg} monitor = ${env:MONITOR:HDMI-0} enable-ipc = true -width = 1920 +width = 1906 height = 22 -offset-x = 0 -offset-y = 0 -radius = 0 +offset-x = 7 +offset-y = 6 +radius = 2 fixed-center = true bottom = 0 |