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 (1 month 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
https://flathub.org/apps/re.sonny.Retro 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?