Max Verevkin

Results 300 comments of Max Verevkin

> Add flag so that when there are notifications you could show the number of events Alternatively, `$notification_count` can be present only when it's nonzero. Then `" $icon{$notifications{($notification_count.eng(1))}|} "` becomes...

Also, should we add a note in the docs that notification_count does not work properly for dunst

Thanks for working on this and fixing `dunst` along the way!

Can you share the debug messages? It should list available players. To enable them, run with `RUST_LOG=music=debug` env variable (e.g. `RUST_LOG=music=debug cargo r >/dev/null`).

Do we even need `hide_when_empty`? I think it only confuses people.

@ljoonal a quick WIP based on your script: https://github.com/MaxVerevkin/i3status-rust/tree/amd_gpu

> I wonder if it would be possible to have the colon separator in the clock blink A more generic solution would be to add optional config settings `format_alt` and...

Do you think it's better add `alt_interval` or using one interval for both updates and blinking indicator is good enough?

> heard that's a good idea to keep it from updating too frequently? The call to update current time is cheap (~20 microseconds on my laptop - measured with `Instant::elapsed()`,...