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
+28-31
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,15 @@ Themes for GNOME and XFCE4.
11
11
12
12
### Requirements
13
13
14
-
- GNOME Shell 40.1+ (Older versions can be found under the releases section.)
15
14
- GTK 3.24.13+ and/or GTK 4.2+
16
15
17
-
<sub>I can't guarantee that the themes will look as intended on older versions.</sub>
18
-
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`)
Use [stylepak](https://github.com/refi64/stylepak).
67
+
68
+
## How to change themes
63
69
64
70
Use `gnome-tweaks` to change themes.
65
71
66
72
You can also change your GTK themes using a terminal.
67
73
```bash
68
-
#Changing the theme to Zukitre-dark, simply run
74
+
#Change the theme to Zukitre-dark
69
75
gsettings set org.gnome.desktop.interface gtk-theme Zukitre-dark
70
76
71
77
# Reverting the change to the default GNOME theme
72
78
gsettings set org.gnome.desktop.interface gtk-theme Adwaita
73
79
```
74
80
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
-
80
81
Xfce users can change themes in `Settings > Appearance` and `Settings > Window manager`
81
82
82
-
#### Flatpak applications
83
-
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.)
85
-
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.
83
+
#### How to remove the theme(s)
87
84
88
-
#### Removing the themes
85
+
To be safe from any crashes or weirdness, change the theme to another one before running the command below.
89
86
90
-
To be safe from any gnome-shell crashes or weird behavior, change the gnome-shell theme to another one before removing the theme.
87
+
For a global install: `sudo rm -r /usr/share/themes/Zuki*`
91
88
92
-
As root, remove the `Zukitre Zukitwo Zukitre-dark Zukitwo-dark Zuki-shell` folders located in `/usr/share/themes/`
89
+
For a local install: `rm -r ~/.local/share/themes/Zuki*`
0 commit comments