You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ Themes for GNOME and XFCE4.
11
11
12
12
### Requirements
13
13
14
-
- GNOME Shell 3.38 (Older versions can be found under the releases section.)
15
-
- GTK 3.24.13+
14
+
- GNOME Shell 40.1+ (Older versions can be found under the releases section.)
15
+
- GTK 3.24.13+ and/or GTK 4.2+
16
16
17
17
<sub>I can't guarantee that the themes will look as intended on older versions.</sub>
18
18
19
-
Some of these packages may already be installed by default on some distros.
19
+
Some of these packages may already be installed by default on some distros. (You can skip the gtk2 dependencies if you do not use any gtk2 applications. Then all you need to install is `git`, `meson`, `sassc`, and `ninja`)
@@ -72,13 +72,18 @@ gsettings set org.gnome.desktop.interface gtk-theme Zukitre-dark
72
72
gsettings set org.gnome.desktop.interface gtk-theme Adwaita
73
73
```
74
74
75
+
To change the gnome-shell theme you need to install and activate the `User themes` extension in the [extensions app](https://flathub.org/apps/details/org.gnome.Extensions).
76
+
1. If the user-themes extension is not installed, then look for the package `gnome-shell-extensions` or `gnome-shell-extension-user-theme` and install it. (Or install it from https://extensions.gnome.org/extension/19/user-themes/)
77
+
2. Open the extensions app and activate the `user themes` extension.
78
+
3. Go to the Appearance page in `gnome-tweaks` and change the Shell theme to Zuki-shell in the drop-down list. (If it still shows a yellow triangle, then restart `gnome-tweaks` or relog.)
79
+
75
80
Xfce users can change themes in `Settings > Appearance` and `Settings > Window manager`
76
81
77
82
#### Flatpak applications
78
83
79
84
To use the theme in Flatpak applications you'll have to copy the theme(s) from /usr/share/themes to ~/.themes (Symbolic links won't work.)
80
85
81
-
As long as the version of the included GTK3 for the Flatpak app is at 3.24.x the theme should be used. Some apps may require you to change the theme in the app's settings.
86
+
The theme will be used if the included GTK version for the Flatpak app is at 3.24.x or 4.x. Some apps may require you to change the theme in the app's settings.
0 commit comments