omarchy/migrations/1754047941.sh
David Heinemeier Hansson cd39a145e8 More pacman
2025-08-24 18:00:28 +02:00

10 lines
306 B
Bash

echo "Add icon theme coloring"
if ! pacman -Q 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