i3status-rust icon indicating copy to clipboard operation
i3status-rust copied to clipboard

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust

Results 182 i3status-rust issues
Sort by recently updated
recently updated
newest added

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 ![2024-04-16_20-19](https://github.com/greshake/i3status-rust/assets/95137505/71611c89-98e2-4091-9352-fac0bd41016b) 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...

enhancement
feature request

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 ![image](https://github.com/greshake/i3status-rust/assets/20906912/cf4b4453-a863-4fa7-9645-ce6f6819d924) 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...

feature request