From 8a6a1fb5c866e440fd7df35469294b0301a2c183 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 28 May 2020 20:28:05 -0500 Subject: [PATCH] Polybar: Minor refactor --- .config/polybar/launch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh index 387322de..82f8e18d 100755 --- a/.config/polybar/launch.sh +++ b/.config/polybar/launch.sh @@ -29,7 +29,7 @@ step_fallback() { exit 51 fi } -step_configure_restack() { +step_configure() { # Restack compatibility if pgrep -U "$UID" bspwm > /dev/null 2>&1; then export PB_WM_RESTACK="bspwm" @@ -66,7 +66,7 @@ step_wait() { # Main main() { step_fallback - step_configure_restack + step_configure step_spawn_primary step_spawn_secondary step_wait