mirror of
https://github.com/Prominence/.dotfiles.git
synced 2026-01-09 09:56:42 +03:00
17 lines
278 B
Bash
Executable File
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 &
|