-
-
Save taiwbi/0c33fa7afaa65d2a593e2f77fb3d4af6 to your computer and use it in GitHub Desktop.
Thanks for this, looks beautiful on swayfx.
The only thing I don't like is when the nautilus window gets small and the sidebar is hidden, the whole window goes transparent. Is there any way to change this? I think it would be more consistent if the main section is always opaque and only the sidebar goes transparent.
I think it's because content-pane
doesn't exist in this mode.
Any help appreciated :-)
Update: here is some CSS that works well for my use case. The only thing I can't work out is why the header goes transparent when not focused
.nautilus-window {
background: transparent;
}
.content-pane, gridview {
background: white;
}
.sidebar-pane {
background: transparent;
}
.nautilus-window > dialog-host > widget > widget > widget > toastoverlay > overlay-split-view > widget > toolbarview > .top-bar > windowhandle > .collapse-spacing {
background: alpha(white, 1);
}
.bottom-bar {
background: alpha(white, 1);
}
Result:
-
Full size
(see below) -
Small size
(see below) -
Small size, not focused -- why is the header transparent?
(see below)
In fact this was all I needed:
.nautilus-window {
background: transparent;
}
.content-pane, .undershoot-top.undershoot-bottom {
background: white;
}
.sidebar-pane {
background: transparent;
}
Now I have:
(using blur my shell for testing, it looks normal in real life)
In my opinion this is more consistent :-)
gnome browser?
or proyect is died?
@kprabhat248 Using this awesome work of art: https://github.com/aunetx/blur-my-shell