diff --git a/default/hypr/envs.conf b/default/hypr/envs.conf index 3e49520..e73ef2c 100644 --- a/default/hypr/envs.conf +++ b/default/hypr/envs.conf @@ -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 diff --git a/install/gtk-theme.sh b/install/gtk-theme.sh new file mode 100644 index 0000000..b587d25 --- /dev/null +++ b/install/gtk-theme.sh @@ -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 <~/.config/gtk-4.0/settings.ini <