lasers
lasers
Fast solution for your `freq`. ```lua --- ... ${exec ~/.bin/cpufreq.py 1} ${exec ~/.bin/cpufreq.py 2} ${exec ~/.bin/cpufreq.py 3} ${exec ~/.bin/cpufreq.py 4} ]] ``` ```python #!/usr/bin/env python from sys import argv def...
If I understand this right, you might be better off using https://github.com/ultrabug/py3status instead.
Technically, no. If you're using conky to pipe this out to i3bar, then it'd be better/trivial to add new placeholders in `volume_status` (one of py3status modules). Also, Conky can have...
This is a clean rebase attempt on the master. I have much more on my side, but I have stopped working on it for a while mainly because I'm on...
@bbusse If you don't mind... Can I get a `r.json()` output from you? I could try and fix this... And maybe update this module with other things too... such as...
This looks cool. Maybe it can work too. https://github.com/systemd/pystemd (Edit: `systemd.py` module).
I can bring https://github.com/ultrabug/py3status/pull/1554 back to address `systemd` or is it still too much format magic? Lol.
The issue is hardcoded meta words. It'd be ideal to keep them contained to modules only. I feel like `self.py3.sanitize()` / `self.py3.replace()` might be a better choice, but how should...
`spotify` is untested. FYI just in case.
Additional information requested. * What kind of `external_script` module is this? * What does your config look like with this module? * Et cetera. It may be easier to write...