From 4698837fc5f66fb8d3f0627ec485c892f4f67e1f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 9 Jun 2026 09:12:06 +0300 Subject: [PATCH] install: fix and improve conky autostart --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install b/install index 23863a19..1ae1d1b2 100755 --- a/install +++ b/install @@ -61,13 +61,15 @@ cp -v conf/makepkg.conf $HOME/.makepkg.conf # system information overlay if [ ! -f $HOME/.config/MangoHud/MangoHud.conf ]; then cp -v conf/MangoHud.conf $HOME/.config/MangoHud/ - ln -nsfv /usr/share/applications/conky.desktop ~/.config/autostart/conky.desktop fi # system information overlay for desktop (as opposed to vulkan apps) if [ ! -f $HOME/.config/conky/conky.conf ]; then cp -v conf/conky/conky.conf $HOME/.config/conky.conf fi +if [ -f $HOME/.config/conky/conky.conf ]; then + ln -nsfv /usr/share/applications/conky.desktop ~/.config/autostart/conky.desktop +fi # Arch Wiki gaming for better positional audio? # although does this even apply to pipewire?