From b74e26a3c35a93b5c475dd808ffce8468c5b5087 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 19 Apr 2021 12:43:15 +0000 Subject: [PATCH] Update postswitch --- .config/autorandr/postswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/autorandr/postswitch b/.config/autorandr/postswitch index 18f8439..648b721 100755 --- a/.config/autorandr/postswitch +++ b/.config/autorandr/postswitch @@ -5,7 +5,7 @@ polybar_auto_hide_timer_name=polybar_auto_hide.timer function auto_hide_polybar() { if [[ $1 == "true" ]]; then - systemd-run --user --on-calendar="*:0/1" --unit=$polybar_auto_hide_timer_name /usr/bin/polybar-msg cmd show || true + systemd-run --user --on-calendar="*:0/1" --unit=$polybar_auto_hide_timer_name /usr/bin/polybar-msg cmd hide || true else systemctl --user stop $polybar_auto_hide_timer_name || true fi