remove multi monitor references, to be added manually

This commit is contained in:
davidovski 2022-05-16 00:50:25 +01:00
parent 381aaffe4e
commit 20b78d47c5
15 changed files with 51 additions and 267 deletions

View file

@ -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 &