1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

Minor changes

This commit is contained in:
andrei 2016-04-09 13:57:22 +03:00
parent 30cc4897e8
commit 6d22a7e08c
4 changed files with 17 additions and 14 deletions

View File

@ -1,2 +0,0 @@
See a list of contributors here
https://github.com/horst3180/Arc-theme/graphs/contributors

3
CREDITS Normal file
View File

@ -0,0 +1,3 @@
Credits:
horst3180 for creating the Arc theme https://github.com/horst3180/arc-theme
Anmol Jagetia for creating the Flatabulous theme https://github.com/anmoljagetia/Flatabulous/

View File

@ -1,6 +1,8 @@
# Arc-Flatabulous Theme
Arc-Flatabulous theme is the arc theme with mac like window controls theme.
Arc-Flatabulous theme is the Arc theme with mac like window controls theme.
[Arc](https://github.com/horst3180/arc-theme) is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc.
[Flatabulous](https://github.com/anmoljagetia/Flatabulous) is a flat theme for Ubuntu and other debian based Linux Systems, it is based on a the Ultra-Flat theme.
@ -48,9 +50,9 @@ If your distribution isn't listed, please check the requirements yourself.
**Important:** Remove all older versions of the theme from your system before you proceed any further.
sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark}
rm -rf ~/.local/share/themes/{Arc,Arc-Darker,Arc-Dark}
rm -rf ~/.themes/{Arc,Arc-Darker,Arc-Dark}
sudo rm -rf /usr/share/themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark}
rm -rf ~/.local/share/themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark}
rm -rf ~/.themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark}
#### Packages
@ -73,12 +75,12 @@ Install the theme with the following commands
If you want to install the latest version from git, clone the repository with
git clone https://github.com/horst3180/arc-theme --depth 1 && cd arc-theme
`git clone https://github.com/andreisergiu98/arc-flatabulous-theme && cd arc-theme`
**2. Build and install the theme**
./autogen.sh --prefix=/usr
sudo make install
`./autogen.sh --prefix=/usr`
`sudo make install`
Other options to pass to autogen.sh are
@ -105,11 +107,11 @@ After the installation is complete you can activate the theme with `gnome-tweak-
Run
sudo make uninstall
`sudo make uninstall`
from the same directory as this README resides in, or
sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark}
`sudo rm -rf /usr/share/themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark}`
### Extras

View File

@ -1,6 +1,6 @@
themedir = $(datadir)/themes/Arc
themedarkerdir = $(datadir)/themes/Arc-Darker
themedarkdir = $(datadir)/themes/Arc-Dark
themedir = $(datadir)/themes/Arc-Flatabulous
themedarkerdir = $(datadir)/themes/Arc-Flatabulous-Darker
themedarkdir = $(datadir)/themes/Arc-Flatabulous-Dark
ithemedir = $(DESTDIR)$(themedir)
ithemedarkerdir = $(DESTDIR)$(themedarkerdir)