Allow themes to use a custom icon theme via the icons.theme file

They get to pick from the Yaru color set
This commit is contained in:
David Heinemeier Hansson
2025-08-01 14:23:29 +02:00
parent 95de571809
commit 3d22840543
13 changed files with 31 additions and 0 deletions

View File

@ -10,6 +10,11 @@ if ! yay -Q gnome-themes-extra &>/dev/null; then
yay -S --noconfirm gnome-themes-extra # Adds Adwaita-dark theme
fi
# Allow icons to match the theme
if ! yay -! yaru-icon-theme &>/dev/null; then
yay -S --noconfirm yaru-icon-theme
fi
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark"
gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"