summaryrefslogtreecommitdiff
path: root/config/polybar/launch.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-07-31 22:09:31 +0100
committerdavidovski <david@davidovski.xyz>2022-07-31 22:09:31 +0100
commita4e5fe820e63d9a9bc7e101aa8c63ae9e6c13c3b (patch)
tree2fdb1454cbef05f1401fb5a2c9bee73d852b2cfb /config/polybar/launch.sh
parentc475aefc0ffd1dd375f4dfc1a990052adff01237 (diff)
changes of sorts
Diffstat (limited to 'config/polybar/launch.sh')
-rwxr-xr-xconfig/polybar/launch.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/polybar/launch.sh b/config/polybar/launch.sh
index ca8d77e..01e4b17 100755
--- a/config/polybar/launch.sh
+++ b/config/polybar/launch.sh
@@ -6,4 +6,19 @@ killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 0.1; done
+# Launch Polybar, using default config location ~/.config/polybar/config
+#polybar music &
+
+#MONITOR=DP-0 polybar --reload wsonly &
+
+export MONITOR=DP-1
+polybar wsonly &
+
+export MONITOR=DP-2
+polybar wsonly &
+
+export MONITOR=HDMI-1
+polybar wsonly &
+
+export MONITOR=DP-3
polybar ws &