From 638e82afae87ed99c0ace21cb05a275c6c11acdb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 21:38:22 +0200 Subject: [PATCH] Add yaru gtk theme --- default/hypr/envs.conf | 4 ++++ install/gtk-theme.sh | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 install/gtk-theme.sh 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 <