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:
@ -32,6 +32,13 @@ else
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark"
|
||||
fi
|
||||
|
||||
# Change gnome icon theme color
|
||||
if [[ -f ~/.config/omarchy/current/theme/icons.theme ]]; then
|
||||
gsettings set org.gnome.desktop.interface icon-theme "$(<~/.config/omarchy/current/theme/icons.theme)"
|
||||
else
|
||||
gsettings set org.gnome.desktop.interface icon-theme "Adwaita"
|
||||
fi
|
||||
|
||||
# Trigger alacritty config reload
|
||||
touch "$HOME/.config/alacritty/alacritty.toml"
|
||||
|
||||
|
Reference in New Issue
Block a user