From b0541707b1331146dd510b582adb5fce15896ab7 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 1 Sep 2020 00:14:43 +0200 Subject: launch_polybar.sh --- scripts/launch_polybar.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/launch_polybar.sh diff --git a/scripts/launch_polybar.sh b/scripts/launch_polybar.sh new file mode 100755 index 0000000..a72da57 --- /dev/null +++ b/scripts/launch_polybar.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +killall polybar + +for m in $(polybar --list-monitors | cut -d":" -f1); do + MONITOR=$m polybar --reload jonny & +done -- cgit v1.2.3