Giving Ubuntu 18.04 a Sierra-light-ish desktop look and feel.
Improving the look and feel of a newly installed Ubuntu 18.04 system is definitely helpful. This "revamping" process is time consuming. Revamping multiple systems (or user accounts) is even more tedious. Furthermore, using Ubuntu 18.04 with it's default settings does have it's quirks.
This program attempts to automates this revamping process to consistently give Ubuntu 18.04 a nice Sierra-light-ish desktop look and feel, with less of the built-in Ubuntu 18.04 quirks.
This program does the following:
- Install certain 'deb' packages (and ppa) into Ubuntu 18.04.
- Install and enable themes and extensions:
- Themes : McHigh Sierra, Cupertino iCons Collection , MacOS MOD, SanFranciscoFont, macfonts, Revamp1804
- Extensions : Always Zoom Workspaces, Arc Menu, Blyr, Dash to Dock, Dynamic Panel Transparency, EasyScreenCast, Log Out Button, NetSpeed, Removable Drive Menu, Screenshot Tool, Suspend Button, User Themes, Workspace Indicator
- Customize the settings of these applications, extensions and more.
- Install a nautilus script to allow an easy change of the desktop and screensaver wallpapers.
- An installed Ubuntu 18.04 system with Internet access.
- Administrator Privilege
- Python 3.6
First, clone this repository:
$ git clone https://github.com/sunbearc22/Revamp1804.git <your local directory>
Next, change to your local Revamp1804 directory and issue the below command(s).
-
To revamp Ubuntu 18.04 :
$ python3.6 revamp1804.py --install
-
To undo ( i.e. revert back to a fresh Ubuntu 18.04 look and feel ):
$ python3.6 revamp1804.py --remove
- revamp1804.css is adapted from High Ubunterra and ubuntu.css.
- I like to thank the developers of McHigh Sierra, Cupertino iCons Collection , MacOS MOD, SanFranciscoFont, macfonts, Always Zoom Workspaces, Arc Menu, Blyr, Dash to Dock, Dynamic Panel Transparency, EasyScreenCast, Log Out Button, NetSpeed, Removable Drive Menu, Screenshot Tool, Suspend Button, User Themes, and Workspace Indicator for their beautiful work-of-art.
- I like to thank PRATAP, pomsky, vanadium, jos, rinzwind, dk-bose and heynnema for their answers and comments to my AskUbuntu questions.