install: fix and improve conky autostart

This commit is contained in:
Aminda Suomalainen 2026-06-09 09:12:06 +03:00
parent c1efbd5f6c
commit 4698837fc5
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

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