i3pystatus icon indicating copy to clipboard operation
i3pystatus copied to clipboard

A complete replacement for i3status

Results 69 i3pystatus issues
Sort by recently updated
recently updated
newest added

This adds GSSAPI support for the IMAP mail plugin. It is useful in situations where the mail server supports passwordless authentication via Kerberos, especially when there is no password in...

Example code: ![code](https://user-images.githubusercontent.com/1306111/115230476-854cb680-a168-11eb-9a0e-c09a819ac98a.png) Status bar: ![bar](https://user-images.githubusercontent.com/1306111/115230535-9e556780-a168-11eb-8a5d-9f62810e6f22.png) As you can see, the fontawesome wifi icon is mis-renderred to a bell icon. However, emoji is working fine. This happens to other fontawsome...

is there a way to scroll the view of i3pystatus when the bar is too short to display all modules ?

I have switched from pulseaudio to pipewire and the pulseaudio module doesn't seem to work even as a pulse client/app with pipewire. I suspect that the wrapping done by pulse.py...

is there a way to set a default separator width/visibility and color ?

_Python 3.9_ 1) It shows both of my layouts at the same time and external layout changes don't affect it at all. I also tried the "{name}" formatting string to...

I'm closed previous PR #621 and create new with only NiceHash module. I will be happy with the positive decision :-)

After I started using mpd module everytime I switched to work, there was a feeling that I need to "close" the player, so it wouldn't distract me, so I came...

@chestm007 You can take over this PR. It's more than enough to get `Capture` working. :-) EDIT: Addresses https://github.com/enkore/i3pystatus/issues/572 non-ideally (i.e. I don't know i3pystatus's preference/style)

The percentage definition in BatteryChecker uses the wh_remaining & wh_total methods instead of the percentage method. While battery.percentage takes into account the design=True/False flag, battery.wh_total does not. This lead to...