Removed unused .conky_start script
This commit is contained in:
parent
1451035560
commit
627c86ce7f
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
Loading…
Reference in a new issue