mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-30 16:57:22 +01:00
install: set default cursor theme if one isn't set and Oxygen_Yellow is installed
This commit is contained in:
parent
f809ca0181
commit
b5b1565fce
6
install
6
install
@ -62,6 +62,12 @@ if [ ! -f $HOME/.config/MangoHud/MangoHud.conf ]; then
|
|||||||
cp -v conf/MangoHud.conf $HOME/.config/MangoHud/
|
cp -v conf/MangoHud.conf $HOME/.config/MangoHud/
|
||||||
fi
|
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
|
# wayland native terminal
|
||||||
if [ ! -f $HOME/.config/foot/foot.ini ]; then
|
if [ ! -f $HOME/.config/foot/foot.ini ]; then
|
||||||
cp -v conf/foot/foot.ini $HOME/.config/foot/foot.ini
|
cp -v conf/foot/foot.ini $HOME/.config/foot/foot.ini
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user