You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my wingpanel (top bar) in pantheon it lost it’s dynamic transparency.
Steps to Reproduce
it no longer has a transitional transparency regarding wingpanel. i have tried everything to fix it but nothing works. regardless of whatever wallpaper i use nothing works.
Expected Behavior
it no longer has dynamic transparency but looks like this:
this is the way it USED TO LOOK LIKE:
where as now it looks like this:
i added this to my gtk.css (Dracula theme) per someones suggestion on another site but it didn't work:
/*********************
wingpanel support *
********************/
.panel {
background-color: transparent;
transition: all 100ms ease-in-out;
}
.panel.maximized {
background-color: #000;
}
i also tried messing around with dconf editor messing around with all the options for wingpanel. NOTHING WORKED :-(
OS Version
endeavoros pantheon de
The text was updated successfully, but these errors were encountered:
What Happened?
my wingpanel (top bar) in pantheon it lost it’s dynamic transparency.
Steps to Reproduce
it no longer has a transitional transparency regarding wingpanel. i have tried everything to fix it but nothing works. regardless of whatever wallpaper i use nothing works.
Expected Behavior
it no longer has dynamic transparency but looks like this:
this is the way it USED TO LOOK LIKE:
where as now it looks like this:
i added this to my gtk.css (Dracula theme) per someones suggestion on another site but it didn't work:
/*********************
********************/
.panel {
background-color: transparent;
transition: all 100ms ease-in-out;
}
.panel.maximized {
background-color: #000;
}
i also tried messing around with dconf editor messing around with all the options for wingpanel. NOTHING WORKED :-(
OS Version
The text was updated successfully, but these errors were encountered: