Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gap at the top between polybar and the windows #64

Open
arcolinuxz opened this issue Dec 17, 2021 · 2 comments
Open

Gap at the top between polybar and the windows #64

arcolinuxz opened this issue Dec 17, 2021 · 2 comments

Comments

@arcolinuxz
Copy link

Today a gap appeared between polybar and our windows.
Did something change in that regard?
Did I change something?
I checked polybar config and wmderland config.
I do not seem to find a variable to set it except the gaps.
Config is here

https://github.com/arcolinux/arcolinux-wmderland

Arch linux version is 1.0.4-2

ArcoLinux-2021-12-17-1639727446_screenshot_3840x1080

@aesophor
Copy link
Owner

aesophor commented Dec 18, 2021

Hmm.. Here's how my desktop currenlty looks like. I just updated all the packages and rebooted my PC, but everything looks fine.

scrot-2021-12-18_102807_1920x1080

Is polybar launched twice? I use this script to launch polybar which ensures only one polybar process exists.

#!/usr/bin/env sh
# ~/.config/polybar/launch.sh

# Terminate already running bar instances
killall -q polybar

# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done

# Launch bar1 and bar2
sleep 1 && polybar -c ~/.config/polybar/config -r default &


echo "Bars launched..."

@arcolinuxz
Copy link
Author

arcolinuxz commented Dec 18, 2021

Probably related to dual screen
here is an image of virtualbox
ArcoLinux-2021-12-18_12-15
It all looks nice now.
ps: we have a similar script for polybar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants