py3status icon indicating copy to clipboard operation
py3status copied to clipboard

py3status is an extensible i3status wrapper written in python

Results 30 py3status issues
Sort by recently updated
recently updated
newest added

**Describe the bug** 1) Modules using pydbus mean py3status can't be used on faster Python3.11 >Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x...

An alternative to PRs listed below. I copied `thresholds` code. Minimal test. Allow users to be more specific. Get placeholders_list first so we can target existing placeholders rather than all...

**How can we help you today?** Hi, I have this kind of a `external_script` module: ![image](https://github.com/ultrabug/py3status/assets/17759291/89fd6df3-3cd0-4a08-94ec-67eefbeaf062) It basically just shows which packages from the aur should be updated. Now, I...

Users can use `OUTPUT`, `OUTPUT_PART` to do something useful with them. Sometimes, `OUTPART_PART` will include either leading or trailing whitespace because it's not the only composite. This just strips both...

**DO NOT MERGE.** An alternative to @dpeukert's https://github.com/ultrabug/py3status/pull/2234. Pro: * Works on all modules. Not restricted to music modules. * Doesn't have to add anything to existing music modules. *...

This PR adds the sanitize_words feature from the spotify module to other music modules. The common functionality has been added to the Py3 module. I've tested all the modified modules...

- inspiration : https://github.com/ultrabug/mkdocs-static-i18n/blob/main/.github/workflows/deploy-release.yml

**How can we help you today?** Openweathermap.org sent out information stating that API 2.5 will be killed off in June, and to migrate to API 3.0. I'm not a coder...

Skip possibly invalid errors coming from upstream soon https://github.com/brndnmtthws/conky/pull/1841/files#diff-1b23d253ee325539fdcd0f4f4b6f6bb6fc04836b3d9942bcca869d5ed5b2ce2fR82-R90 such as... ``` conky: FOUND: console conky: FOUND: ncurses conky: FOUND: file conky: FOUND: http conky: FOUND: x11 conky: FOUND: wayland...