i3status-rust
i3status-rust copied to clipboard
Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
This is a new block type that has more advanced functionality than Toggle.
*Why* I find it sometimes useful on my desktop to understand how many VMs I have running or that are paused/stopped at a glance. *What* a simple libvirt integration to...
An example user case: I would like to have some buttons for the windows currently in the scratchpad. I can't really see how I could have that using the custom...
> Adding support for seconds/minutes/hours _Originally posted by @SebTM in https://github.com/greshake/i3status-rust/issues/1254
These patches allow format arguments {position} and {duration} to the format configuration. I'm posting these here to get some eyes on the position data, should we poll this? Afaict it's...
I've been using `i3status-rust` for a while with great pleasure, and felt that it would be nice if the "net" module highlights itself when the network is used (just like...
Greetings, this is a draft PR to check if there would be some interest in having the deb meta in the cargo.toml The reason I'm proposing this is the following,...
For me, at least. dbus-monitor shows this event for me - totally different info: ``` signal time=1642201033.914655 sender=:1.85 -> destination=(null destination) serial=1073 path=/org/freedesktop/portal/desktop; interface=org.freedesktop.impl.portal.Settings; member=SettingChanged string "org.gnome.desktop.input-sources" string "mru-sources" variant...
It would be nice to accept a glob or substring in the `device` key for the battery block. My usecase is due to the fact that when I re-connect my...
One might want to match different separators with different color schemes, or vice versa. Of course it's possible to just override the `separator` part of the theme, but you have...