Add numix theme

This commit is contained in:
Christophe Buffenoir 2014-02-13 23:37:29 +01:00
parent 32ffb9a0bf
commit 9363a86cd1
2 changed files with 26 additions and 1 deletions

View file

@ -1,3 +1,5 @@
add-apt-repository ppa:numix/ppa
apt-get update
apt-get install \
openssh-server zsh vim-nox vim-rails vim-scripts vim-syntax-gtk exuberant-ctags \
mutt-patched offlineimap tmux \
@ -22,4 +24,6 @@ apt-get install \
ipython ipython3 python-pip python3-pip \
doxygen doxygen-gui doxygen-latex doxypy doxyqml gaphor graphviz imagemagick \
nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \
uwsgi-extra uwsgi-plugin-jvm-openjdk-6
uwsgi-extra uwsgi-plugin-jvm-openjdk-6 \
numix-gtk-theme numix-kde-theme numix-icon-theme numix-icon-theme-circle numix-icon-theme-shine \
numix-icon-theme-utouch

View file

@ -29,6 +29,27 @@ if [ "$1" == '--graphic' ]
then
rsync -av ./graphic/ ~/
fc-cache -vf ~/.fonts
gsettings set org.gnome.desktop.interface gtk-theme "Numix Daily"
gsettings set org.gnome.desktop.wm.preferences theme "Numix Daily"
gsettings set org.gnome.desktop.interface icon-theme 'Numix-Shine'
gsettings set org.gnome.desktop.interface font-name 'Ubuntu 9'
gsettings set org.gnome.desktop.interface monospace-font-name 'Ubuntu Mono for Powerline 9'
gsettings set org.gnome.desktop.interface buttons-have-icons true
gconftool --type=string --set /desktop/cinnamon/windows/theme "Numix Daily"
gconftool-2 --type=string --set /apps/metacity/general/theme "Numix Daily"
gsettings set org.cinnamon.theme name 'Flatty flakes'
gsettings set org.cinnamon.desktop.background picture-uri "file://$HOME/.cinnamon/backgrounds/bg_fluffsplosion.jpeg"
gsettings set org.cinnamon.desktop.background picture-options 'centered'
gsettings set org.cinnamon.desktop.background color-shading-type 'solid'
gsettings set org.cinnamon.desktop.background primary-color '#000000'
gsettings set org.cinnamon.desktop.background secondary-color '#000000'
gsettings set org.cinnamon.desktop.interface gtk-theme "Numix Daily"
gsettings set org.cinnamon.desktop.interface icon-theme 'Numix-Shine'
gsettings set org.cinnamon.desktop.interface font-name 'Ubuntu 9'
gsettings set org.cinnamon.desktop.interface buttons-have-icons true
gsettings set org.cinnamon.desktop.wm.preferences num-workspaces 4
gsettings set org.cinnamon.desktop.wm.preferences theme 'Numix Daily'
gsettings set org.cinnamon.desktop.wm.preferences titlebar-font 'Ubuntu Medium 10'
fi
# Copy the common part