Fix deletion of sb-volume from statusbar.
This commit is contained in:
parent
e238f8e47d
commit
1b6c5cca0b
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user