summaryrefslogtreecommitdiffstats
path: root/.local/bin/launch_polybar
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-11-17 16:44:07 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-11-17 16:44:07 -0500
commitc7e3d61753201d48835cdc819dcd6557bc2cffe7 (patch)
tree5700fb5d11bd49f7d8919baa8d53af1b13d2a07b /.local/bin/launch_polybar
parent9df28899ded4ed4cd75c4fa05b8302f71ff8198d (diff)
downloadeibhear-c7e3d61753201d48835cdc819dcd6557bc2cffe7.tar.gz
eibhear-c7e3d61753201d48835cdc819dcd6557bc2cffe7.tar.zst
eibhear-c7e3d61753201d48835cdc819dcd6557bc2cffe7.zip
old script cleanout
Diffstat (limited to '.local/bin/launch_polybar')
-rwxr-xr-x.local/bin/launch_polybar9
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/bin/launch_polybar b/.local/bin/launch_polybar
deleted file mode 100755
index 8786be6..0000000
--- a/.local/bin/launch_polybar
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Terminate already running bar instances
-killall -q polybar
-
-# Wait until the processes have been shut down
-while pidof polybar >/dev/null; do sleep 1; done
-
-for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar default & done