ultrabug / py3status

py3status is an extensible i3status wrapper written in python
https://ultrabug.github.io/py3status/
BSD 3-Clause "New" or "Revised" License
893 stars 261 forks source link

nvidia_smi: fix --list-properties #2225

Closed lasers closed 8 months ago

lasers commented 9 months ago

nvidia-smi --help-query-gpu output changed slightly.

- ["Default", "Exclusive_Thread", "Exclusive_Process", "Prohibited"]
+ ["0: Default", "1: Exclusive_Thread", "2: Prohibited", "3: Exclusive_Process"]

Nothing changed. Excluding unrelated keys containing : instead of same specific unrelated keys. New change. Excluding (same or more) supported properties due to N/A value.