How do I make the sidebar transparent?

It's vague in the right upper corner of nautilus. :slight_smile:

1 Like

Got it. I was looking for something icon sized. :smiley:
Do you have it positioned so that expanding the window won't cut it off?

No, I'm not sure how to that...

You can use the background-position property.
One thing that makes making a theme difficult is that not everyone sizes their window the same way. As well as other variances.
For the value of the property, you can use percentages for x and y:

background-position: 40% 60%

Or set values:
inherit
left top
left center
left bottom
right top
right center
right bottom
center top
center center
center bottom

1 Like

Works like a charm, thanks.