sway/status.py: fix undefined variable
This commit is contained in:
parent
7e00ab4d31
commit
0f454dd3a1
@ -55,6 +55,7 @@ def refresh():
|
|||||||
volume_icon = "🔇"
|
volume_icon = "🔇"
|
||||||
except Exception:
|
except Exception:
|
||||||
volume_level = ""
|
volume_level = ""
|
||||||
|
volume_icon = ""
|
||||||
|
|
||||||
volume_status = f"{volume_level} {volume_icon}"
|
volume_status = f"{volume_level} {volume_icon}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user