Note: this theme is no longer under development. Hopefully we (developers & contributors) will back on this theme soon, but not before the date of Elementary OS 0.4 release.
Xenite is a GTK theme created for elementary OS Freya. Thanks to original XGTK theme as the base for this theme. If you find a bug or want an improvement in any way, simply raise an issue and we'll be there. Xenite is licensed under MIT license.
To install Xenite, simply run the following command:
sudo sh -c "curl https://raw.githubusercontent.com/eOS-themes/Xenite/master/setup/install.sh | bash"
If error similar to the following:-
bash: line 37: canal: readonly variable
bash: line 38: syntax error near unexpected token )' bash: line 38: [Ss]* )'
Then download the script and then run it in this way:-
$ bash
$ cd Downloads && curl https://raw.githubusercontent.com/eOS-themes/Xenite/master/setup/install.sh > install.sh
$ chmod +x install.sh
$ sudo install.sh
We recommend to use GnomeYosemiteIcons with installed Numix Circle Icon Theme. You can simply install them using this command:
sudo sh -c "curl https://raw.githubusercontent.com/eOS-themes/Xenite/master/setup/post-install.sh | bash"
To remove Xenite completely from your computer, simply run the following command:
sudo sh -c "curl https://raw.githubusercontent.com/eOS-themes/Xenite/master/setup/uninstall.sh | bash"
The only thing, which currently isn't automated by the remove script, is the deletion of crontab entry. To solve this issue, the command/script will power up the crontab editor (crontab -e
). Search for @reboot /usr/share/themes/Xenite/setup/update.sh
and delete it.