remove polybar script
This commit is contained in:
parent
d270745bdf
commit
73099ac3a2
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
sleep 3;
|
|
||||||
_host=$(hostname)
|
|
||||||
case "$_host" in
|
|
||||||
Patricia)
|
|
||||||
polybar HDMI-0 &
|
|
||||||
polybar DVI-0 &
|
|
||||||
;;
|
|
||||||
Pamela)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
sleep 2;
|
|
||||||
polybar-msg cmd hide
|
|
Loading…
Reference in New Issue