Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu 16.04 - Add Borders To Windows

One of the changes I noticed most from switching from Ubuntu 14.04 to 16.04 was the lack of borders, and use of shadows on windows. Initially, I thought this was pretty neat, but having black terminals that disappear into each other bothers me too much. Thus, I decided to restore the border.

To see the difference, compare the images below:

Before

After

Steps

Edit the file at /usr/share/themes/Ambiance/gtk-3.0/apps/unity.css

sudo gedit /usr/share/themes/Ambiance/gtk-3.0/apps/unity.css

Near the top, change:

    -UnityDecoration-extents: 28px 0 0 0;

to:

    -UnityDecoration-extents: 28px 1px 1px 1px;

Then log out and in again.

References

Last updated: 16th August 2018
First published: 16th August 2018

This blog is created by Stuart Page

I'm a freelance web developer and technology consultant based in Surrey, UK, with over 10 years experience in web development, DevOps, Linux Administration, and IT solutions.

Need support with your infrastructure or web services?

Get in touch