Last active
March 6, 2025 07:45
-
-
Save taiwbi/0c33fa7afaa65d2a593e2f77fb3d4af6 to your computer and use it in GitHub Desktop.
Make Gnome applications sidebar semi-transparent, and add blur with Blur My Shell Extension if you want to
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?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Result:
Full size
(see below)
Small size
(see below)
Small size, not focused -- why is the header transparent?
(see below)