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

144 lines
6.7 KiB
Markdown
Raw Normal View History

2016-04-09 10:44:18 +00:00
# Arc-Flatabulous Theme
2016-04-09 11:06:58 +00:00
Arc-Flatabulous theme is the [Arc](https://github.com/horst3180/arc-theme) theme with [Flatabulous](https://github.com/anmoljagetia/Flatabulous) window controls.
2016-04-09 10:57:22 +00:00
### Arc-Flatabulous is available in three variants
2016-04-09 10:57:22 +00:00
##### Arc-Flatabulous
2015-07-11 17:32:05 +00:00
2016-04-09 10:44:18 +00:00
![A screenshot of the Arc theme](http://i.imgur.com/sGOEK6L.png)
2015-07-11 17:32:05 +00:00
##### Arc-Flatabulous-Darker
2015-07-11 17:32:05 +00:00
![A screenshot of the Arc-Darker theme](http://i.imgur.com/gneZsVQ.png)
2015-07-11 17:32:05 +00:00
##### Arc-Flatabulous-Dark
2015-07-11 17:32:05 +00:00
![A screenshot of the Arc-Dark theme](http://i.imgur.com/zUC1pHT.png)
2015-07-11 17:32:05 +00:00
2015-05-17 11:21:20 +00:00
### Installation
2015-05-28 15:41:22 +00:00
**Important:** Remove all older versions of the theme from your system before you proceed any further.
2017-11-20 15:20:41 +00:00
sudo rm -rf /usr/share/themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark,Arc-Flatabulous-Solid,Arc-Flatabulous-Darker-Solid,Arc-Flatabulous-Dark-Solid}
rm -rf ~/.local/share/themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark,Arc-Flatabulous-Solid,Arc-Flatabulous-Darker-Solid,Arc-Flatabulous-Dark-Solid}
rm -rf ~/.themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark,Arc-Flatabulous-Solid,Arc-Flatabulous-Darker-Solid,Arc-Flatabulous-Dark-Solid}
2015-05-28 15:41:22 +00:00
2015-09-29 18:21:36 +00:00
#### Packages
2015-06-05 22:18:46 +00:00
2016-04-10 12:28:00 +00:00
Arch Linux users can install the theme from the AUR https://aur.archlinux.org/packages/gtk-arc-flatabulous-theme-git/
2015-09-29 18:21:36 +00:00
#### Manual Installation
2015-05-28 15:41:22 +00:00
To build the theme the follwing packages are required
2015-05-28 15:41:22 +00:00
* `autoconf`
* `automake`
2018-01-08 18:36:21 +00:00
* `sassc`
2017-05-12 15:52:43 +00:00
* `pkg-config` or `pkgconfig` for Fedora
2015-05-28 15:41:22 +00:00
* `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros
2017-05-12 15:52:43 +00:00
* `git` to clone the source directory
2015-05-28 15:41:22 +00:00
2017-05-12 15:52:43 +00:00
**Note:** For distributions which don't ship separate development packages, just the GTK 3 package is needed instead of the `-dev` packages.
2015-05-28 15:41:22 +00:00
2016-11-07 21:59:30 +00:00
For the theme to function properly, install the following
* GNOME Shell 3.18 - 3.26, GTK 3.18 - 3.22
2016-11-07 21:59:30 +00:00
* The `gnome-themes-standard` package
2017-05-12 15:52:43 +00:00
* The murrine engine. This has different names depending on the distro.
2016-11-07 21:59:30 +00:00
* `gtk-engine-murrine` (Arch Linux)
* `gtk2-engines-murrine` (Debian, Ubuntu, elementary OS)
* `gtk-murrine-engine` (Fedora)
* `gtk2-engine-murrine` (openSUSE)
* `gtk-engines-murrine` (Gentoo)
2015-05-28 15:41:22 +00:00
Install the theme with the following commands
**1. Get the source**
If you want to install the latest version from git, clone the repository with
git clone https://github.com/andreisergiu98/arc-flatabulous-theme --depth 1 && cd arc-flatabulous-theme
2015-05-28 15:41:22 +00:00
**2. Build and install the theme**
2016-04-09 11:06:58 +00:00
./autogen.sh --prefix=/usr
sudo make install
2015-05-28 15:41:22 +00:00
Other options to pass to autogen.sh are
2015-07-10 14:53:14 +00:00
--disable-transparency disable transparency in the GTK3 theme
--disable-light disable Arc Light support
--disable-darker disable Arc Darker support
--disable-dark disable Arc Dark support
2015-08-17 21:08:23 +00:00
--disable-cinnamon disable Cinnamon support
2015-05-28 15:41:22 +00:00
--disable-gnome-shell disable GNOME Shell support
--disable-gtk2 disable GTK2 support
--disable-gtk3 disable GTK3 support
--disable-metacity disable Metacity support
--disable-unity disable Unity support
--disable-xfwm disable XFWM support
--disable-plank disable Plank theme support
2015-05-28 15:41:22 +00:00
--with-gnome=<version> build the theme for a specific GNOME version (3.18, 3.20, 3.22)
2017-05-12 15:52:43 +00:00
Note 1: Normally the correct version is detected automatically and this
2015-05-28 15:41:22 +00:00
option should not be needed.
Note 2: For GNOME 3.24 and 3.26, use --with-gnome-version=3.22
2017-05-12 15:52:43 +00:00
(this works for now, the build system will be improved in the future)
2017-12-18 19:24:33 +00:00
--with-custom=<script> run the executable script file in the custom subfolder
2015-05-28 15:41:22 +00:00
2016-04-09 20:04:34 +00:00
After the installation is complete you can activate the theme with `gnome-tweak-tool` or a similar program by selecting `Arc-Flatabulous`, `Arc-Flatabulous-Darker` or `Arc-Flatabulous-Dark` as Window/GTK+ theme and `Arc-Flatabulous` or `Arc-Flatabulous-Dark` as Gnome-Shell and Xfce-Notify theme.
2015-05-28 15:41:22 +00:00
2017-05-12 15:52:43 +00:00
If the `--disable-transparency` option was used, the theme will be installed as `Arc-solid`, `Arc-Darker-solid` and `Arc-Dark-solid`.
2015-05-28 15:41:22 +00:00
**Uninstall the theme**
Run
2016-04-09 11:06:58 +00:00
sudo make uninstall
2015-05-28 15:41:22 +00:00
from the same directory as this README resides in, or
2017-11-20 15:20:41 +00:00
sudo rm -rf /usr/share/themes/{Arc-Flatabulous,Arc-Flatabulous-Darker,Arc-Flatabulous-Dark,Arc-Flatabulous-Solid,Arc-Flatabulous-Darker-Solid,Arc-Flatabulous-Dark-Solid}
2015-05-28 15:41:22 +00:00
### Extras
2016-06-06 19:00:25 +00:00
#### Arc icon theme
The Arc icon theme is available at https://github.com/horst3180/arc-icon-theme
2015-05-28 15:41:22 +00:00
#### Arc KDE
2017-01-21 12:43:35 +00:00
A port of Arc for the Plasma 5 desktop with a few additions and extras. Available [here](https://github.com/PapirusDevelopmentTeam/arc-kde).
#### Arc icon theme
2016-06-06 19:00:25 +00:00
The Arc icon theme is available at https://github.com/horst3180/arc-icon-theme
2015-05-28 15:41:22 +00:00
2015-08-19 18:03:36 +00:00
#### Plank theme
As of version `20180114` the plank theme will be installed along with the normal arc gtk theme. You can disable the install by passing `disable-plank` to the autogen command.
Now open the Plank preferences window by executing `plank --preferences` from a terminal and select `Gtk+` as the theme.
2015-06-13 16:38:30 +00:00
2016-05-17 18:05:54 +00:00
#### Arc-Dark for Ubuntu Software Center
The Arc Dark theme for the Ubuntu Software Center by [mervick](https://github.com/mervick) can be installed from [here](https://github.com/mervick/arc-dark-software-center). It solves readability issues with Arc Dark and the Ubuntu Software Center.
2015-05-28 15:41:22 +00:00
### Troubleshooting
2017-05-12 15:52:43 +00:00
If you use Ubuntu with a newer GTK/GNOME version than the one included by default (i.e Ubuntu 14.04 with GTK 3.14 or Ubuntu 15.04 with GTK 3.16, etc.) the prebuilt packages won't work properly and the theme has to be installed manually as described above.
2017-01-09 14:46:41 +00:00
This is also true for other distros with a different GTK/GNOME version than the one included by default
2015-09-29 14:39:07 +00:00
2015-05-28 15:41:22 +00:00
If you get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with
gsettings set com.canonical.desktop.interface scrollbar-mode normal
2016-07-30 12:31:07 +00:00
### License
Arc is available under the terms the GPL-3.0. See `COPYING` for details.
2015-07-11 17:32:05 +00:00
### Full Preview
2016-06-07 10:07:45 +00:00
![A full screenshot of the Arc-Flatabulous theme](http://i.imgur.com/4JSTAFB.jpg)
2016-04-09 11:14:25 +00:00
<sub>Screenshot Details: Icons: [Numix Circle](https://github.com/numixproject/numix-icon-theme-circle) | [Wallpaper](https://github.com/GNOME/gnome-backgrounds/blob/master/backgrounds/Waves.jpg) | Font: [Source Sans Pro](https://github.com/adobe-fonts/source-sans-pro)</sub>
2016-04-09 10:44:18 +00:00
## Bugs
f you find a bug, please report it at https://github.com/andreisergiu98/arc-flatabulous-theme/issues
2016-04-09 11:06:58 +00:00
### Credits
2016-04-09 11:09:06 +00:00
* **horst3180** for creating the [Arc](https://github.com/horst3180/arc-theme) theme.
* **NicoHood** and **fossfreedom** for maintaining [Arc](https://github.com/NicoHood/arc-theme).
2016-04-09 11:09:06 +00:00
* **Anmol Jagetia** for creating the [Flatabulous](https://github.com/anmoljagetia/Flatabulous) theme.