eww: Fix GPU 'suspending' state not being handled
This commit is contained in:
parent
91d65c30c4
commit
01b45e7878
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(defvar GPU_ICON '{"active": "", "suspended": "", "resuming": ""}')
|
(defvar GPU_ICON '{"active": "", "suspended": "", "resuming": "", "suspending": ""}')
|
||||||
(defvar GPU_STATE '{"active": "warning", "suspended": "normal", "resuming": "warning"}')
|
(defvar GPU_STATE '{"active": "warning", "suspended": "normal", "resuming": "warning", "suspending": "normal"}')
|
||||||
(defwidget gpustatus []
|
(defwidget gpustatus []
|
||||||
(label
|
(label
|
||||||
:text "${GPU_ICON[gpu_status]} "
|
:text "${GPU_ICON[gpu_status]} "
|
||||||
|
|
Loading…
Reference in a new issue