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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
The Clearlooks-Phénix project aims to create a GTK 3 port of Clearlooks, the default theme for GNOME 2. Style is also included for GTK 2, Unity, and for the Metacity, Openbox, and Xfwm4 window managers.
6
6
7
-
*Note: GTK is formerly known as GTK+.*
7
+
*Note: GTK was formerly known as GTK+.*
8
8
9
9
### Screenshots
10
10
@@ -28,7 +28,7 @@ In all cases, the `gtk2-engines` package is also required if you're using GTK 2
28
28
29
29
## Installation
30
30
31
-
- Download the appropriate version according to your situation:
31
+
- Download the appropriate version based on your GTK version:
32
32
33
33
- for GTK 3.0/3.2: [download Clearlooks-Phénix v1](https://github.com/jpfleury/clearlooks-phenix/archive/v1.zip);
34
34
@@ -42,9 +42,11 @@ In all cases, the `gtk2-engines` package is also required if you're using GTK 2
42
42
43
43
- for GTK 3.14/3.18: [download Clearlooks-Phénix v6](https://github.com/jpfleury/clearlooks-phenix/archive/v6.zip);
44
44
45
-
- for GTK 3.20+: [download Clearlooks-Phénix v7](https://github.com/jpfleury/clearlooks-phenix/archive/master.zip).
45
+
- for GTK 3.20 and later: [download Clearlooks-Phénix v7](https://github.com/jpfleury/clearlooks-phenix/archive/master.zip).
46
46
47
47
To check your GTK version, run `gtk-launch --version` in a terminal.
48
+
49
+
You can also browse the [official releases](https://github.com/jpfleury/clearlooks-phenix/releases) for specific or older versions.
48
50
49
51
- Extract the archive.
50
52
@@ -57,7 +59,7 @@ In all cases, the `gtk2-engines` package is also required if you're using GTK 2
57
59
- [$XDG\_DATA\_HOME](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)`/themes`, or
58
60
- `~/.themes/`
59
61
60
-
For all users, including style for programs ran with root privileges (e.g. your package-update utility):
62
+
For all users, including programs run with root privileges (e.g. your package-update utility):
61
63
62
64
- `/usr/share/themes/`
63
65
@@ -107,23 +109,23 @@ To get a custom color, change the color directly in the file `gtk-3.0/applicatio
107
109
108
110
### Window buttons layout
109
111
110
-
If, after installing or updating GNOME, the window buttons appear on the left and you prefer them on the right, run the following command in a terminal:
112
+
If, after installing or updating GNOME, the window buttons are on the left, and you'd prefer them on the right, run the following command in a terminal:
A user has shared a method to disable GTK 3 overlay scrollbars system-wide, for those who prefer it. See [issue #46](https://github.com/jpfleury/clearlooks-phenix/issues/46).
117
119
118
-
⚠️ Not required or officially supported — for advanced users only.
120
+
⚠️ Not required or officially supported. Use at your own risk.
119
121
120
122
### Wallpaper
121
123
122
124
The wallpaper used for the GNOME 3 desktop screenshot is available in the folder `wallpapers`.
123
125
124
126
### Icons
125
127
126
-
The icon theme used in the same screenshot is Mist, which was included in the `gnome-themes` package, licensed under the LGPL. However, this package is no longer available. Here's how to easily install the Mist icon theme anyway:
128
+
The icon theme used in the same screenshot is Mist, which was included in the `gnome-themes` package, licensed under the LGPL. However, this package is no longer available. Here's how to manually install the Mist icon theme:
127
129
128
130
-[Download the latest available archive of the `gnome-themes` package.](https://snapshot.debian.org/archive/debian-ports/20091029T000000Z/pool/main/g/gnome-themes/gnome-themes_2.28.1-1_all.deb)
0 commit comments