From 9363a86cd121068b28df3e0f95717cb67eec924f Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Thu, 13 Feb 2014 23:37:29 +0100 Subject: [PATCH] Add numix theme --- install-debpkgs-graphic.sh | 6 +++++- update-home.sh | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/install-debpkgs-graphic.sh b/install-debpkgs-graphic.sh index 7002afd..c815ed3 100755 --- a/install-debpkgs-graphic.sh +++ b/install-debpkgs-graphic.sh @@ -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 diff --git a/update-home.sh b/update-home.sh index 162a510..8cdc538 100755 --- a/update-home.sh +++ b/update-home.sh @@ -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