diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-07 11:38:34 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-07 11:38:34 +0530 |
commit | bd8652d549dd7b295a2eb04b0874938dfd86eb3c (patch) | |
tree | b6d211d00d0212eda573ceaac775b557dff8352e /.config/polybar | |
parent | 1a656e6ac69b578a0322a4dbe9b87989b81224e2 (diff) |
fixed mybar2 to the top of the screen
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/bars.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/polybar/bars.ini b/.config/polybar/bars.ini index e945e9a..9ac7417 100644 --- a/.config/polybar/bars.ini +++ b/.config/polybar/bars.ini @@ -1,11 +1,11 @@ [bar/mybar2] monitor = ${env:MONITOR:HDMI-0} enable-ipc = true -width = 1906 +width = 1920 height = 28 -offset-x = 7 -offset-y = 6 -radius = 4 +offset-x = 0 +offset-y = 0 +radius = 0 fixed-center = true bottom = 0 |