summaryrefslogtreecommitdiff
path: root/config/polybar
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-16 00:50:25 +0100
committerdavidovski <david@davidovski.xyz>2022-05-16 00:50:25 +0100
commit20b78d47c51cd9f27a9d80978f050556fb157a3c (patch)
tree5e71ddcd57f0b013bfbe7f71046780a5196eef2b /config/polybar
parent381aaffe4ed3caa0f1356b720f6d4fc0de5b1f8f (diff)
remove multi monitor references, to be added manually
Diffstat (limited to 'config/polybar')
-rwxr-xr-xconfig/polybar/launch.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/polybar/launch.sh b/config/polybar/launch.sh
index 98395fc..ca8d77e 100755
--- a/config/polybar/launch.sh
+++ b/config/polybar/launch.sh
@@ -6,19 +6,4 @@ 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-4
-polybar wsonly &
-
-export MONITOR=HDMI-0
-polybar wsonly &
-
-export MONITOR=DP-2
polybar ws &