#!/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