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
@@ -64,13 +64,13 @@ If your distributions doesn't ship separate development packages you just need G
64
64
65
65
Install the theme with the following commands
66
66
67
-
#### 1. Get the source
67
+
**1. Get the source**
68
68
69
-
Clone the git repository with
69
+
If you want to install the latest version from git, clone the repository with
70
70
71
71
git clone https://github.com/apheleia/solarc-theme --depth 1 && cd solarc-theme
72
72
73
-
#### 2. Build and install the theme
73
+
**2. Build and install the theme**
74
74
75
75
./autogen.sh --prefix=/usr
76
76
sudo make install
@@ -89,23 +89,19 @@ Other options to pass to autogen.sh are
89
89
--disable-unity disable Unity support
90
90
--disable-xfwm disable XFWM support
91
91
92
-
--with-gnome=<version> build the theme for a specific GNOME version (3.14, 3.16, 3.18, 3.20, 3.22)
93
-
Note 1: Normally the correct version is detected automatically and this
92
+
--with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16, 3.18, 3.20)
93
+
Note: Normally the correct version is detected automatically and this
94
94
option should not be needed.
95
-
Note 2: For GNOME 3.24, use --with-gnome-version=3.22
96
-
(this works for now, the build system will be improved in the future)
97
95
98
-
After the installation is complete the theme can be activated with `gnome-tweak-tool` or a similar program by selecting `SolArc`, `SolArc-Darker` or `SolArc-Dark` as Window/GTK+ theme and `SolArc` or `SolArc-Dark` as GNOME Shell/Cinnamon theme.
96
+
After the installation is complete you can activate the theme with `gnome-tweak-tool` or a similar program by selecting `SolArc`, `SolArc-Darker` or `SolArc-Dark` as Window/GTK+ theme and `SolArc` or `SolArc-Dark` as Gnome-Shell and Xfce-Notify theme.
99
97
100
-
If the `--disable-transparency` option was used, the theme will be installed as `SolArc-solid`, `SolArc-Darker-solid` and `SolArc-Dark-solid`.
101
-
102
-
## Uninstall
98
+
**Uninstall the theme**
103
99
104
100
Run
105
101
106
102
sudo make uninstall
107
103
108
-
from the cloned git repository, or
104
+
from the same directory as this README resides in, or
0 commit comments