Facetoe

Results 36 comments of Facetoe

You could implement the logic for the custom urgent in the [ColorRangeModule](https://github.com/enkore/i3pystatus/blob/master/i3pystatus/core/color.py#L4) and patch the necessary modules to use this instead of `urgent`. Another option might be to add a...

I usually just run i3pystatus straight from the git repo. When I want to test changes to a module I'll just reload i3 to make them take effect. I'd be...

@211217613 I'd uninstall the code installed from apt and pip then use `setup.py` as teto suggests above.

I have the following configuration: ``` status.register("network", interface='wlo1', format_up="{interface}{network_graph}{kbs}kb/s {v4} ", graph_type='input', graph_style='braille-snake', graph_width=60, ignore_interfaces=['lo'], on_leftclick='cycle_interface', upper_limit=300, unknown_up=True, ) ``` This will show the interface as down when it initially...

@DamienCassou you run something like `journalctl --since '10 minutes ago'` after a crash and poke around in the journal. In my case there is usually a line in `dmesg` also

I run the command line tool: `gpaste-client ui`

Interesting, I never thought of using the middle button. I'll look into it... and by all means keep the suggestions coming!

@stobrien89 it would be great if this could be reviewed.

Sorry it took so long to respond, I must have missed the notification. I should have some time on the weekend to look into this. Thanks for the report and...

Hey asshbb, thanks for the quick response. I tried both your tests and the first one works fine. It throws up an empty X11 window. When I tried the second...