diff options
Diffstat (limited to 'polybar')
| -rw-r--r-- | polybar/.config/polybar/mybar | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/polybar/.config/polybar/mybar b/polybar/.config/polybar/mybar index 24d7379..d9fdcb6 100644 --- a/polybar/.config/polybar/mybar +++ b/polybar/.config/polybar/mybar @@ -46,7 +46,7 @@ battery_color = ${self.highlight} [bar/mybar] monitor = ${env:MONITOR:fallback-value} width = 100% -height = 30 +height = 25 offset-x = 0% offset-y = 0% radius = 1.0 @@ -83,7 +83,8 @@ tray-background = ${colors.background} ;wm-restack = bspwm ;wm-restack = i3 -;override-redirect = true +override-redirect = true +enable-ipc = true ;scroll-up = bspwm-desknext ;scroll-down = bspwm-deskprev |
