diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-22 00:56:28 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-22 00:56:28 +0530 |
commit | 5bd976d40a679d81edcbc7df52d823fea1826f41 (patch) | |
tree | 253cf7d093cd7797ec3938c5672317e3b9eed808 /.config/polybar | |
parent | 251fd869d0ce17f2ecd9853aeec04dfe1fc487bc (diff) |
fix bar appearing over windows issue
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 38edd7f..3f8c502 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -66,6 +66,7 @@ vol-fg-alt = ${colors.foreground-alt} [bar/mybar] ;monitor = ${env:MONITOR:eDP-1-1} +enable-ipc = true width = 100% height = 32 offset-x = 0% |