mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Add yaru gtk theme
This commit is contained in:
15
install/gtk-theme.sh
Normal file
15
install/gtk-theme.sh
Normal file
@ -0,0 +1,15 @@
|
||||
yay -S --noconfirm yaru-theme-gnome-shell-git yaru-theme-gtk-git yaru-theme-icon-git yaru-colors-theme-git
|
||||
|
||||
mkdir -p ~/.config/gtk-3.0
|
||||
cat >~/.config/gtk-3.0/settings.ini <<EOF
|
||||
[Settings]
|
||||
gtk-theme-name=Yaru-purple-dark
|
||||
gtk-icon-theme-name=Yaru-purple
|
||||
EOF
|
||||
|
||||
mkdir -p ~/.config/gtk-4.0
|
||||
cat >~/.config/gtk-4.0/settings.ini <<EOF
|
||||
[Settings]
|
||||
gtk-theme-name=Yaru-purple-dark
|
||||
gtk-icon-theme-name=Yaru-purple
|
||||
EOF
|
Reference in New Issue
Block a user