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 PR introduces support to Light (https://github.com/haikarainen/light) support in `backlight` module, as a alternative program to control backlight. It uses sysfs files and udev rules instead of through a X...

Added a new module for nvidia GPUs. It is heavily based on the `gpu_mem`, `gpu_temp` and `gpu_usage` modules but it combines them into one so all the stats can be...

I am trying out i3pystatus, but when configuring the status bar, I encounter the error "ImportError(cannot import name 'Color') I am currently on Ubuntu 16.04, 4.15.0-43-generic. Python version 3.5.2, i3pystatus...

When configuring the network status with my wireless card `wlp113s0` I get a value error exception `Network: ValueError: Unknown format code 'd' for object of type 'str'` I believe is...

Like weathercom, and unlike many others, no API key is required for ordinary use. (I question whether requiring an API key is even acceptable for an end-user weather application.) This...

Hi, maybe I overlooked it but it was not clear to me how to format the remaining time in the calendar section. By standard, seconds are included which I would...

Upgrading python from 3.8.0 to 3.8.1 broke xkblayout plugin, to be precise it's xkbgroup which is broken. ``` >>> from xkbgroup import XKeyboard Traceback (most recent call last): File "",...

According to `man mpc`, I can display %name%. %name% is often the name of radio stream. I want to see the names of radio streams.

Hi, I am interested in using this program in my i3 setup but I'm not exactly strong in Python so I was hoping there'd be links to some example i3...