Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- echo "start<sdfFRGElkj"
- # Terminate already running bar instances
- killall -q polybar
- # If all your bars have ipc enabled, you can also use
- # polybar-msg cmd quit
- # Launch bar1 and bar2
- echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log
- polybar example 2>&1 | tee -a /tmp/polybar1.log & disown
- #polybar bar2 2>&1 | tee -a /tmp/polybar2.log & disown
- echo "Bars launched..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement