Compare commits

..

No commits in common. "138cf65205b561101cca3f0057e9a80f798f1e88" and "166e3a2490df78a5c7beb9e2122ea9ea1286c86f" have entirely different histories.

2 changed files with 1 additions and 16 deletions

View File

@ -15,6 +15,6 @@ case "$_host" in
esac
if [ -n "$_duration" ]; then
sleep "$_duration"
sleep 1
killall polybar
fi

View File

@ -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