I am using GNOME's "Dash-to-panel" extension for shifting status bar to the top and same for the transparency.
In Desktop mode, the transparency is there on status bar
However, Status Bar Transparency does not persist when any app is opened in maximized mode
Is there any way to keep the transparency in maximized mode?
Update:
As per this answer, I tried using Dynamic-Panel-Transparency but after reboot it is showing an error and did not work as well:
It says "Error Loading Extension".
I had the same issue with that extension. So, I went to the source of the problem.
The steps I took:
Open the terminal.
Navigate to
ubuntu.css
.For security I copied
ubuntu.css
.just in case I screwed up the file.
Open
ubuntu.css
in an editor.Search document for panel.solid until you should see
/* panel color */
.For security I commented out
background-gradient-
css options by using/* */
so that I could keep the original code.Add a new line and typed:
Save the file and restart the computer.
The completed code looks like this: