René D. Obermüller
René D. Obermüller
if it's working again, can you close the issue, please? Thanks.
There's probably better styles for this, but `GTK_DEBUG=interactive` told me this can be used to style the icons: ``` #tray widget image { border: 1px solid #ffffff; } ``` 
GTK does support CSS classes, many waybar modules set classes. E.g. for the custom module, a custom class can be set from the exec script. The problem here is that...
I also think we should add a file chooser at some point, but this can be scripted right now. (Perhaps could use action-on-enter or similar.) Pipe or substitution does not...
> [#246](https://github.com/gabm/Satty/pull/246) seems to be about a similar feature. In that PR, [@gabm](https://github.com/gabm) suggested using the gtk4 FileDialog. Since the author mentioned having dropped development, I would like to take...
Added with #292, so I'll close this.
Is this still happening with newest versions of both Hyprland and Satty? If yes, we'd like to see this along with `WAYLAND_DEBUG=1` output. Can't promise we can even do anything...
I can reproduce it, and it seems to be because of `%.1f`, chrono allows 3, 6 or 9, but no other digits. It's unfortunate this also causes a panic. All...
I've had a brief look here. My personal favourite would be to expose annotation-size-factor with 2 digits via a SpinButton in order to make this configurable at run time within...
Possibly fixed by PR #3393, now in master branch. Any chance you can try this again?