greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.81k stars 472 forks source link

Tea timer done_cmd not run when using i3's "mode hide" #1996

Closed harfqaf closed 5 months ago

harfqaf commented 5 months ago

If bar is hidden using "mode hide", the tea_timer done_cmd doesn't run immediately when the timer ends. It only runs after I hold Mod4 to display the bar.

i3status-rs 0.32.3 (commit 93c1face 2024-02-07)

MaxVerevkin commented 5 months ago

This is i3bar suspending the process for power saving. Try running i3status-rs with --never-stop flag.

harfqaf commented 5 months ago

It worked, thanks.