Skip to content

Commit 3267bd7

Browse files
committed
Remove outdated gnome-shell theme
1 parent d94308c commit 3267bd7

File tree

94 files changed

+29
-12720
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+29
-12720
lines changed

README.md

+28-31
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,15 @@ Themes for GNOME and XFCE4.
1111

1212
### Requirements
1313

14-
- GNOME Shell 40.1+ (Older versions can be found under the releases section.)
1514
- GTK 3.24.13+ and/or GTK 4.2+
1615

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`)
20-
2116
* Debian/Ubuntu/Mint/PopOS - `apt install gtk2-engines-murrine gtk2-engines-pixbuf ninja-build git meson sassc`
2217
* Arch/Manjaro - `pacman -S gtk-engines gtk-engine-murrine ninja git meson sassc`
2318
* Opensuse - `zypper in gtk2-engine-murrine gtk2-engines ninja git meson sassc`
2419
* Fedora - `dnf install gtk-murrine-engine gtk2-engines ninja-build git meson sassc`
2520

21+
If you don't use any GTK-2 applications you can skip the gtk engines.
22+
2623
Other distros may have named the above packages differently.
2724

2825
## Installation
@@ -36,60 +33,60 @@ sudo ninja -C build install
3633
```
3734
The themes will be installed in: `/usr/share/themes/`
3835

36+
### Local installation
37+
38+
Install the theme(s) locally if you for some reason can't run as a sudo user.
39+
40+
```bash
41+
git clone https://github.com/lassekongo83/adw-gtk3.git
42+
cd zuki-themes
43+
meson -Dprefix="${HOME}/.local" build
44+
ninja -C build install
45+
```
46+
3947
### Updating the theme
4048

4149
Navigate to the `zuki-themes` folder that was originally cloned. (If you removed it, do the steps above instead).
50+
Then run:
4251

43-
Then simply run:
52+
For a global install:
4453
```bash
4554
git pull
4655
sudo ninja -C build install
4756
```
4857

49-
### Local installation
50-
51-
Install the theme(s) locally if you for some reason can't run as a sudo user.
52-
58+
For a local install:
5359
```bash
54-
git clone https://github.com/lassekongo83/zuki-themes.git
55-
cd zuki-themes
56-
meson build
57-
DESTDIR=/home/your-username/.themes ninja -C build install
58-
mv ~/.themes/usr/share/themes/* ~/.themes
59-
rm -r ~/.themes/usr
60+
git pull
61+
ninja -C build install
6062
```
6163

62-
#### Changing themes
64+
### Flatpak
65+
66+
Use [stylepak](https://github.com/refi64/stylepak).
67+
68+
## How to change themes
6369

6470
Use `gnome-tweaks` to change themes.
6571

6672
You can also change your GTK themes using a terminal.
6773
```bash
68-
# Changing the theme to Zukitre-dark, simply run
74+
# Change the theme to Zukitre-dark
6975
gsettings set org.gnome.desktop.interface gtk-theme Zukitre-dark
7076

7177
# Reverting the change to the default GNOME theme
7278
gsettings set org.gnome.desktop.interface gtk-theme Adwaita
7379
```
7480

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-
8081
Xfce users can change themes in `Settings > Appearance` and `Settings > Window manager`
8182

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)
8784

88-
#### Removing the themes
85+
To be safe from any crashes or weirdness, change the theme to another one before running the command below.
8986

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*`
9188

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*`
9390

9491
## Copying or Reusing
9592

gitpush.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Simple terminal script for submitting stuff to your git repository.
33

4-
ADDFILES=$(git add CONTRIBUTING.md .gitattributes .github .gitignore gitpush.sh gnome-shell gtk LICENSE meson.build README.md xfwm4 zukitre.png zukitwo.png);
4+
ADDFILES=$(git add CONTRIBUTING.md .gitattributes .github .gitignore gitpush.sh gtk LICENSE meson.build README.md xfwm4 zukitre.png zukitwo.png);
55
read -r -p "Commit message: " COMMIT_MESSAGE
66
COMMIT=$(git commit -m "$COMMIT_MESSAGE");
77
PUSH=$(git push -u origin master);

gnome-shell/meson.build

-3
This file was deleted.

gnome-shell/src/README.md

-32
This file was deleted.

gnome-shell/src/activities-active.svg

-80
This file was deleted.

gnome-shell/src/activities.svg

-80
This file was deleted.

0 commit comments

Comments
 (0)