How to keep taskbar having rounded theme without intellihide?

Hello,
I'm new with Zorin OS and I like it; I'm currently using v16 Core

Please advice on how to keep taskbar rounded theme without intellihide feature?

The option of getting rounded theme is conditionally under Panel Intellihide as shown below and hence disable Intellihide disables rounded theme; Gnome-tweaks doesn't help at all.

Trying to reverse conditions or bypass resetPanelGeometry function in .../zorin-taskbar@zorinos.com/intellihide.js doesn't help too.

       _toggleFloatingRoundedTheme: function() {
        if (Me.settings.get_boolean('intellihide-floating-rounded-theme')) {
            if (!this._panelBox.has_style_class_name('floating'))
                this._panelBox.add_style_class_name('floating');
        } else {
            if (this._panelBox.has_style_class_name('floating'))
                this._panelBox.remove_style_class_name('floating');
        }
        
        this._resetPanelGeometry();
    },

Any suggestions please?
Thanks!

Gday @vCentre Welcome to the community!
Have you tried the different Themes?
Zorin Appearance/Layout.

Gday @Ocka Thanks for feedback

Yes I did, but I like to stay with that simple layout without auto hide taskbar.

Disable floating round theme
Edit: when you change to disabled, then back out & also disable hibernation if you dont what hibernation, it will keep the floating round theme disabled.

You might try setting the #panel class to have the property border-radius: 20px; in your preferred themes gnome-shell.css file...

1 Like

Do you want to disable Intellihide Panel because there are one or more of its options that you don't like? Maybe options that make the taskbar hide? Is this that you meant?

@Ocka I want to keep rounded theme enabled and disable only autohide.

@Luca_Pavan yes, I want to disable Intellihide only cause interference with such controls of opened apps sharing the same position with the taskbar

I tried the 3 options available below, but the same behavior remains,

  • All Windows
  • Focused Windows
  • Maximized Windows

@Aravisian Thanks for your good idea; It should hmm partially works but;
I checked out the gnome-shell.css parameters and changing border-radius have no effect as well.

I think CSS only is not enough cause the operation consists of two things, rounded radius and shifting panel to new coordinates (x,y) and no clue about that shift in CSS parameters.

1 Like

Ok, leave rounded theme enabled & disable hibernation. :+1:

Well,
I found the same concern solved already there
floating-taskbar-without-autohide

@Aravisian you're right
It works now by adding the following in .../gnome-shell.css

#panelBox { padding-bottom: 0.4em; 
            padding-left: 0.6em; 
            padding-right: 0.6em; }
#panel    { border-radius: 10px; } 

Glad to hear you fixed the issue.
Could you please 'Mark' the post that helped as "Solution".
Or add a post explaining your Solution.
This lets Others know they can find a solution here that may help them.
Solution pic

Thank you.
Zorin Forum Community.

1 Like

@Ocka Please advice, that checkbox ticked as solution doesn't appear at my side

try refreshing browser & clean cookies & cache, see if that helps.
Maybe also try not in " incognito " ?

Same after clearing cache with normal mode,


I think it is server-side issue related to account permissions or alike,
my account here is new.

1 Like

Yer, no rush, try again tomorrow or next time your on.
Thank again.

It's ok, I will check out later
here's with chromium too

1 Like

No it doesn't in the Customisation section. I have moved the thread to General Help. You should find a Solution checkbox under the applicable post now. Click on the "..." (three dots).

2 Likes

I think my post was too brief; Sorry about posting while in a hurry.

1 Like

I see this post was on Customization section, not on General Help, so couldn't be there Mark as Solution. But now that's on General Help it should be available.

1 Like

Thanks Zaba, i didn't see that.
Cheers

2 Likes

I missed zabadabadoo's message, too :person_facepalming:.

1 Like