i3status-rust
i3status-rust copied to clipboard
Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
I've tried pretty much every device/driver combination possible, and only the battery icon ends up showing in the status bar, as seen in the picture below  Maybe I just...
TODO: document duration formatter. Any thoughts on the names of the arguments, the format, or the defaults? The formatted can be used by the battery, uptime, tea_timer and pomodoro blocks.
## Problem [Formatting doc](https://docs.rs/i3status-rs/latest/i3status_rs/formatting/index.html#handling-missing-placeholders-and-incorrect-types) says (if I understand it correctly) that we can write conditions like `Percentage: $percentage|nothing here`. I would like to make `memory` block hidden when `swap_used` is...
Hi, i just installed v0.30 and i really like it. I am running i3 on a laptop and i often travel between different workplaces, but i still want my network...
ref #715  Opted to include into existing weather block instead of creating standalone block. Implemented for both OpenWeatherMap and MetNo providers
I have the time block format set to ``` format = "$timestamp.datetime(f:'%F %a %R %Z')" ``` The output appears as `2023-11-02 Thu 09:36 +10:00` but the chrono docs say that...
I also considered calling this the rods formatter since the counting rods aren't really tally marks... Thoughts?
Changes: * Set block state based on pomodoro state * Set icon based on pomodoro state * Allow pomodos to be counted with arabic numeral or tally marks #2003 The...
I looked briefly, so I might have missed it, but I can't find a way to add a `format_alt` to the `external_ip` block via the config. I suppose that means...