From cf05b3fc5639840f7fd379d09a08fafae68d34d1 Mon Sep 17 00:00:00 2001 From: Cyteen May Date: Tue, 25 Feb 2020 18:18:10 +0000 Subject: [PATCH] Adjust startup scripts. --- 020_conky.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) 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