Removed unused .conky_start script

This commit is contained in:
2Shirt 2020-01-16 15:16:15 -07:00
parent 1451035560
commit 627c86ce7f
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -1,10 +0,0 @@
#!/bin/bash
CONKY_RC="$HOME/.conkyrc"
if [[ -f "/run/archiso/bootmnt/arch/conky.rc" ]]; then
CONKY_RC="/run/archiso/bootmnt/arch/conky.rc"
fi
sleep 2s && conky -c "${CONKY_RC}" -dq
sleep 5s && killall conky -c "${CONKY_RC}" -dq