mirror of
https://github.com/Prominence/.dotfiles.git
synced 2026-01-10 02:16:41 +03:00
16 lines
269 B
Bash
Executable File
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 & |