René D. Obermüller

Results 202 comments of René D. Obermüller

Saving to stdout can now be done with #179. So since the consensus seemed to be to do any resizing outside of Satty, maybe we could leave this open until...

Supporting CSS with a GTK application wouldn't be difficult, although I suppose the individual GUI elements would need a lot more naming to make it useful. But I'm not sure...

This applies to script examples as well. We could place those in a subfolder in the medium term, I assume that can be automatically considered with static side generation. Just...

I'd probably keep some simplified means to install/uninstall locally without using any package. `cargo build` can be `cargo build`, I don't think that needs a Makefile, but icons, desktop files,...

Which version are you using? This was recently changed with 4fbd4f212a80009e92d179f9e96a50562891c2e8. I have not attempted a repro, but the code looks to me like it *should work*. ;)

Fair enough. Fwiw, the commit is newer than last waybar release (0.10.3). I have no knowledge about what specific distro packages have or do, though.

While working on a patch for sway/window, I have used this css for testing: ``` window#waybar.Firefox-esr { background: #ff0000; } window#waybar.foot { background: #0000ff; } ``` this sets waybar's background...

I'm not 100% sure I understand it correctly, but when I return {} from a continuous script, the module does disable its event box. Is that not what you want...

Thanks for elaborating. Can you try #3395 with ` "hide-empty-text": true,`? I should imagine the name of the config option is subject to change if the PR is merged. ;)