.dotfiles/polybar/i3wmthemer_bar_launch.sh
2019-02-26 20:44:01 +03:00

16 lines
269 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 main &
polybar systeminfo &