diff --git a/020_conky.sh b/020_conky.sh index 2559989..8c370df 100755 --- a/020_conky.sh +++ b/020_conky.sh @@ -46,3 +46,14 @@ dpkg-buildpackage -us -uc -b dpkg -i ../conky-manager_*deb apt-get -f install +# Run conky + theme on x startup. Points at the symlink in dotconky changed by theme +cat > ${DEST}/.xinitrc.d/start_conky.sh << 'EOF' +bash ${HOME}/.conky/conky-startup.sh +EOF + +# download example conky theme. +mkdir -p ${DEST}/.conky +git clone https://git.devuan.org/cyteen/conky-xanimos ${DEST}/.conky/conky-xanimos + +# Change conky symlink to point to our default theme. +ln -sr ${DEST}/.conky/conky-xanimos/conky_start.sh ${DEST}/.conky/conky-startup.sh