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:
9
migrations/1754047941.sh
Normal file
9
migrations/1754047941.sh
Normal file
@ -0,0 +1,9 @@
|
||||
echo "Add icon theme coloring"
|
||||
|
||||
if ! yay -! yaru-icon-theme &>/dev/null; then
|
||||
yay -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
|
Reference in New Issue
Block a user