Fix deletion of sb-volume from statusbar.

This commit is contained in:
Bartek Stalewski 2022-11-03 17:31:27 +01:00
parent e238f8e47d
commit 1b6c5cca0b

View File

@ -139,6 +139,10 @@ screens = [
update_interval=1,
func=lambda: subprocess.check_output("sb-network").decode(),
),
widget.GenPollText(
update_interval=1,
func=lambda: subprocess.check_output("sb-volume").decode(),
),
widget.GenPollText(
update_interval=1,
func=lambda: subprocess.check_output("sb-battery").decode(),