Skip to main content


Thoughts on the header bar?
It only appears on hover or touch.

Also, time for bed ๐Ÿ™€

#GNOME #GTK

This entry was edited (7 months ago)
in reply to Sonny

I'm curious to know whether the header bar is continuously visible or whether it only appears when the application has focus.

Anyway, this is the first time I've seen such a GTK interface ๐Ÿค”

in reply to Okki

@gnomelibre Not being rude, but didn't he said - "It only appears on hover or touch".
So the answer would be no, it's not continuously visible if I get it right
@Okki
Unknown parent

Sonny

@maikel

WIP but until then you can install
flathub.org/apps/re.sonny.Retrโ€ฆ and it will auto update once it's ready :)

in reply to Sonny

I assume thatโ€™s one big window with transparent areas. If so how did you get the shadows to not be drawn around the actual borders?
in reply to Kdwk๐Ÿ•ธ๏ธ

@kdwk

```css
window {
background-color: transparent;
border: none;
outline: none;
box-shadow: none;
}
```

in reply to Sonny

Wow, that's really interesting! This seems like the kind of thing that one might want to use as a widget, and so not have it show up in the window switcher. Is that possible?
โ‡ง