mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-02 14:59:23 +00:00
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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user