Thoughts on the header bar?
It only appears on hover or touch.
Also, time for bed
@sonny Pretty nice! I guess it makes sense for these widget-y apps
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
@gnomelibre @sonny 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
@gnomelibre @sonny No worries, it's early here too :)
@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?
```css
window {
background-color: transparent;
border: none;
outline: none;
box-shadow: none;
}
```
@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?