You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hmm.. Here's how my desktop currenlty looks like. I just updated all the packages and rebooted my PC, but everything looks fine.
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..."
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
The text was updated successfully, but these errors were encountered: