5

I know How to install the Pantheon desktop environment?, but I'd rather not install the whole desktop environment but only the theme and iconset.

I can install Cairo dock That looks alike Plank (the docker used in Elementary OS):

sudo apt-get install cairo-dock

(some more docks here)

Is there an easy way to get the theme and icons from Elementary OS on Ubuntu Unity desktop on Ubuntu 14.10?

Pang
  • 373
rubo77
  • 34,024
  • 52
  • 172
  • 299

1 Answers1

2
  1. Add Elementary ppa:

    sudo add-apt-repository ppa:elementary-os/stable
    
  2. Update your system:

    sudo apt-get update
    
  3. Install the icon theme:

    sudo apt-get install elementary-icon-theme
    
Muzaffar
  • 5,677