Adjust startup scripts.

This commit is contained in:
Cyteen May 2020-02-25 18:18:10 +00:00
parent 9e4951c070
commit cf05b3fc56
1 changed files with 11 additions and 0 deletions

View File

@ -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