Skip to content

Instantly share code, notes, and snippets.

@valc93
Created February 6, 2015 00:08
Show Gist options
  • Save valc93/75c840dd259f06c4244a to your computer and use it in GitHub Desktop.
Save valc93/75c840dd259f06c4244a to your computer and use it in GitHub Desktop.
Let's Ozonify erveything!
https://github.com/ozonos
Ozon for Gnome Shell
git clone https://github.com/ozonos/ozon-shell.git
Place the Ozon directory in /usr/share/themes/ or ~/.local/share/themes/
The theme requires User Theme Extension for Gnome Shell.
Ozon GTK Theme
git clone https://github.com/ozonos/ozon-gtk-theme.git
Extract the zip file to the themes directory i.e. /usr/share/themes/
gsettings set org.gnome.desktop.interface gtk-theme "Ozon"
gsettings set org.gnome.desktop.wm.preferences theme "Ozon"
Ozon Icon Theme
git clone https://github.com/ozonos/ozon-icon-theme.git
Place (for Global) in /usr/share/icons/
For Local, place in ~/.icons or ~/.local/share/icons/
OR make install
Atom Dock
git clone https://github.com/ozonos/atom-dock.git
cd atom-dock
make install
Atom Panel
git clone https://github.com/ozonos/atom-panel.git
cd atom-panel
make install
Atom Launcher
git clone https://github.com/ozonos/atom-launcher.git
cd atom-launcher
make install
Atom Notify
git clone git://github.com/ozonos/atom-notify.git
cd atom-notify
./autogen.sh && make local-install
Dependencies:
pkg-config
git
zip
gnome-common
autoconf
automake
gnome-tweak-tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment