From 358387151d34cc24eddc3b4be18adae3dbc5540a Mon Sep 17 00:00:00 2001 From: Mateja Date: Sat, 29 Aug 2020 21:52:20 +0200 Subject: i3 and polybar --- .config/i3/polybar.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .config/i3/polybar.sh (limited to '.config/i3/polybar.sh') diff --git a/.config/i3/polybar.sh b/.config/i3/polybar.sh new file mode 100755 index 0000000..e168151 --- /dev/null +++ b/.config/i3/polybar.sh @@ -0,0 +1,4 @@ +#!/bin/sh +killall -q polybar +while pgrep -x polybar >/dev/null; do sleep 1; done +polybar my_bar & -- cgit v1.2.3