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

Баг с polybar #47

Open
LarrianX opened this issue Sep 20, 2024 · 0 comments
Open

Баг с polybar #47

LarrianX opened this issue Sep 20, 2024 · 0 comments

Comments

@LarrianX
Copy link

Скрипт bin/toggle-polybar

#!/bin/sh
pgrep -x polybar
status=$?
if test $status -eq 0
then
  killall polybar && bspc config -m focused top_padding 0
else
  $HOME/.config/polybar/launch.sh && bspc config -m focused top_padding 31
fi

Вызывает polybar и смещает на активном мониторе(-m focused) окно. Но при этом polybar же не обязательно тоже появляется на активном мониторе, по умолчанию он появляется на primary мониторе и лучше указать -m primary. С другой стороны, у пользователя может быть несколько polybar, с другой, polybar может находится не на primary мониторе и тут надо подумать

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

1 participant