diff options
Diffstat (limited to 'config/polybar/launch.sh')
-rwxr-xr-x | config/polybar/launch.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/polybar/launch.sh b/config/polybar/launch.sh index 33b6531..a8d55f3 100755 --- a/config/polybar/launch.sh +++ b/config/polybar/launch.sh @@ -15,7 +15,11 @@ polybar -m | while read -r mon; do export MONITOR=$(echo $mon | cut -d: -f1) echo $mon | grep -q "(primary)" && { polybar ws & + + polybar right2560 & + polybar mpd2560 & } || { - polybar wsonly & + polybar ws & + polybar time1080 & } done |