Adjust startup scripts.
This commit is contained in:
parent
9e4951c070
commit
cf05b3fc56
11
020_conky.sh
11
020_conky.sh
|
|
@ -46,3 +46,14 @@ dpkg-buildpackage -us -uc -b
|
||||||
dpkg -i ../conky-manager_*deb
|
dpkg -i ../conky-manager_*deb
|
||||||
apt-get -f install
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue