omarchy/migrations/1754047941.sh
2025-08-24 17:35:24 +02:00

10 lines
303 B
Bash

echo "Add icon theme coloring"
if ! yay -! yaru-icon-theme &>/dev/null; then
sudo pacman -S --noconfirm yaru-icon-theme
if [[ -f ~/.config/omarchy/current/theme/icons.theme ]]; then
gsettings set org.gnome.desktop.interface icon-theme "$(<~/.config/omarchy/current/theme/icons.theme)"
fi
fi