mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-02 06:49:23 +00:00
10 lines
295 B
Bash
10 lines
295 B
Bash
![]() |
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
|