Polybar: Fully-qualify dirty i3 hack

This commit is contained in:
Salt 2020-06-04 08:04:36 -05:00
parent db5bd1f26d
commit 65bd434698

View File

@ -66,7 +66,9 @@ step_wait() {
# Main # Main
main() { main() {
# Dirty hack for i3 # Dirty hack for i3
sleep 2 if pgrep -x i3 > /dev/null 2>&1; then
sleep 2
fi
step_fallback step_fallback
step_configure step_configure
step_spawn_primary step_spawn_primary