From b5b1565fce59205333028e06eaa0b5fd44bda8c2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 3 Nov 2025 10:41:52 +0200 Subject: [PATCH] install: set default cursor theme if one isn't set and Oxygen_Yellow is installed --- install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install b/install index 27be1092..7af200be 100755 --- a/install +++ b/install @@ -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