This quick tutorial is going to show you how to change the transparency level of the Gnome 3 desktop top panel in Ubuntu 18.04 LTS, though
It’s easy to configure top panel transparency via a Gnome Shell extension called Dynamic Top Bar. With the extension, you can easily configure top panel transparency if app is not full screen:
top panel transparency style: transparency or gradient.
transparency level.
Show or hide button shadow, Activities button text.
1. Open Ubuntu Software, search for and install Dynamic Top Bar
2. Once installed, go to extension settings via the install page (Ubuntu Software) or Gnome tweak tool (install it via Ubuntu Software).
This quick tutorial is going to show you how to enable hibernate option in the top-right corner power menu in Ubuntu 18.04. So you’ll get a similar menu as the picture shows:
Test if hibernate works
First of first, you have to make sure hibernate works in command line.
1. Open terminal via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher. When it opens, run command:
sudo systemctl hibernate
Please SAVE all of your work before hitting enter, in case something goes wrong and your open applications and documents cannot be recovered.
2. After you computer turns off, switch it back on. Did your open applications re-open?
UPDATE: Hibernate does not work out-of-the-box since Ubuntu 20.04, at least in my case, you have to enable it by adding Kernel parameter in boot menu. See this tutorial for Ubuntu 20.04 & higher.
Enable Hibernate in Menus
If hibernate works in command line, continue enable it in the menus via following steps.
1. Open terminal (Ctrl+Alt+T) and run command to create a configuration file:
When the file opens, paste following content and save it.
[Re-enable hibernate by default in upower]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
[Re-enable hibernate by default in logind]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate;org.freedesktop.login1.handle-hibernate-key;org.freedesktop.login1;org.freedesktop.login1.hibernate-multiple-sessions;org.freedesktop.login1.hibernate-ignore-inhibit
ResultActive=yes
2. Restart your computer and click the link to install the gnome extension: Hibernate Status Button.
Gnome-Pro, a new GTK+ theme made by paulxfce, is a great theme for Gnome 3 Desktop with GTK > = 3.20.
A clear and easy-on-the-eyes theme that is meant for those who use the Gnome-desktop professionally on a daily basis. The focus in this theme is compatibility: GTK-2 applications and GTK-3 applications look virtually the same. Libre-office, Scribus, Evolution, Geary, Planner, GnuCash, LaTeXila, Geany, the Gimp, Inkscape,…
Chrome, firefox, Web and Opera have no issues with this theme.
About the looks, you will notice some Elementary-theme, Arc-theme and Gnome-OSX.
This quick tutorial is going to show Gnome Desktop beginners how to enable the ‘Shell theme’ drop-down box in the Gnome Tweak Tool.
A Gnome Shell theme changes shell buttons, colors, panels, etc. The setting is disabled by default in Gnome Tweak Tool, and you’ll see the prompt “Shell user-theme extension not enabled” when you hover the cursor over the alert icon.
As it prompts, you need to enable user-theme extension. While it’s not available by default, install it via following steps: