Compare commits
No commits in common. "138cf65205b561101cca3f0057e9a80f798f1e88" and "166e3a2490df78a5c7beb9e2122ea9ea1286c86f" have entirely different histories.
138cf65205
...
166e3a2490
|
@ -15,6 +15,6 @@ case "$_host" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -n "$_duration" ]; then
|
if [ -n "$_duration" ]; then
|
||||||
sleep "$_duration"
|
sleep 1
|
||||||
killall polybar
|
killall polybar
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if killall polybar; then
|
|
||||||
exit 0
|
|
||||||
else
|
|
||||||
_host=$(hostname)
|
|
||||||
case "$_host" in
|
|
||||||
Patricia)
|
|
||||||
polybar HDMI-0 &
|
|
||||||
polybar DVI-0 &
|
|
||||||
;;
|
|
||||||
Pamela)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
Loading…
Reference in New Issue