Skip to content

Instantly share code, notes, and snippets.

@cwhy
Forked from mborodov/theme_setup.md
Created July 24, 2016 05:16
Show Gist options
  • Save cwhy/2375eb359b2536947aeaa1d4248a01da to your computer and use it in GitHub Desktop.
Save cwhy/2375eb359b2536947aeaa1d4248a01da to your computer and use it in GitHub Desktop.
My theme setup for Ubuntu

My Ubuntu theme config

My Ubuntu theme config

A Unity theme inspired by OSX Yosemite based on Ambiance.

sudo apt-add-repository ppa:bsundman/themes
sudo apt-get update
sudo apt-get install -y yosembiance-theme

Github: https://github.com/bsundman/Yosembiance

Numix Circle icon theme

sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install -y numix-icon-theme-circle

Github: https://github.com/numixproject/numix-icon-theme-circle

Install Unity Tweak Tool

Install Unity Tweak Tool from Ubuntu software center Unity Tweak Tool

Unity Settings in Unity Tweak Tool

  • Unity
  • Launcher->Icon size 32
  • Launcher->"Show Desktop" icon - on
  • Search->Search Online sources - off
  • Panel->Indicators
  • Panel->Date - on
  • Panel->Weekday - on
  • Panel->Bluethooth - off
  • Panel->Power - off
  • Panel->Show my name - on
  • Web Apps->Preauthorized domains->Amazon - off
  • Web Apps->Preauthorized domains->Ubuntu One -off
  • Appearance
  • Theme - Yosembiance
  • Icons - Numix Circle
  • Fonts - Decrease all fonts values to 1

My Wallpaper

my wallapper

My wallpapers set from Ubuntu 14.10 pack To install it next steps:

  1. Go to /tmp dir
cd /tmp
  1. Download deb packae with walpapers
wget https://launchpad.net/ubuntu/+source/ubuntu-wallpapers/14.10.0/+build/6364851/+files/ubuntu-wallpapers-utopic_14.10.0_all.deb
  1. Install package
sudo dpkg -i ./ubuntu-wallpapers-utopic_14.10.0_all.deb
  1. Select new wallpaper in "Change Desktop Background dialog window"

Additional disable Global menu for window

Disable Global Menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment