install: set default cursor theme if one isn't set and Oxygen_Yellow is installed

This commit is contained in:
Aminda Suomalainen 2025-11-03 10:41:52 +02:00
parent f809ca0181
commit b5b1565fce
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -62,6 +62,12 @@ if [ ! -f $HOME/.config/MangoHud/MangoHud.conf ]; then
cp -v conf/MangoHud.conf $HOME/.config/MangoHud/
fi
# Default cursor font
if [[ ! -f $HOME/.local/share/icons/default/index.theme && -f /usr/share/icons/Oxygen_Yellow/index.theme ]]; then
mkdir -vp $HOME/.local/share/icons/default/
cp -v local/share/icons/default/index.theme $HOME/.local/share/icons/default/
fi
# wayland native terminal
if [ ! -f $HOME/.config/foot/foot.ini ]; then
cp -v conf/foot/foot.ini $HOME/.config/foot/foot.ini