.dotfiles/polybar/launcher.sh

17 lines
278 B
Bash
Executable File

#!/bin/env sh
killall -q polybar
sleep 1;
# if type "xrandr"; then
# for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
# MONITOR=$m polybar i3wmthemer_bar &
# done
# else
# polybar i3wmthemer_bar &
# fi
polybar -r primary &
polybar -r secondary &