xinitrc/start-polybar.sh

16 lines
162 B
Bash
Executable File

#!/bin/sh
sleep 3;
_host=$(hostname)
case "$_host" in
Patricia)
polybar HDMI-0 &
polybar DVI-0 &
;;
Pamela)
;;
esac
sleep 2;
polybar-msg cmd hide