mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Add yaru gtk theme
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
# Cursor size
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
@ -14,6 +15,9 @@ xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
# GTK Theme
|
||||
env = GTK_THEME,Yaru-purple-dark
|
||||
|
||||
# Make .desktop files available for wofi
|
||||
env = XDG_DATA_DIRS,/usr/share:/usr/local/share:~/.local/share
|
||||
|
||||
|
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