mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-06-18 14:27:42 +02:00
install: fix and improve conky autostart
This commit is contained in:
parent
c1efbd5f6c
commit
4698837fc5
4
install
4
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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user