From 20b78d47c51cd9f27a9d80978f050556fb157a3c Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 16 May 2022 00:50:25 +0100 Subject: remove multi monitor references, to be added manually --- config/polybar/launch.sh | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'config/polybar/launch.sh') 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 & -- cgit v1.2.1