From 7572487b9fddcd5fc1635d170f8708339f1dad20 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 4 Jun 2026 11:52:55 +0300 Subject: [PATCH] install: add conky to autostart --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index a28f0ed1..5c260dc4 100755 --- a/install +++ b/install @@ -391,6 +391,7 @@ if [ "$(id -u)" == "0" ]; then cp -v etc/xdg/autostart/foot-tmux.desktop /etc/xdg/autostart/ #cp -v etc/xdg/autostart/footclient-btop.desktop /etc/xdg/autostart/ cp -v etc/xdg/autostart/footclient-htop.desktop /etc/xdg/autostart/ + ln -nsfv /usr/share/applications/conky.desktop /etc/xdg/autostart/ if hash journalctl 2> /dev/null; then cp -v etc/xdg/autostart/footclient-journal.desktop /etc/xdg/autostart/