Skip to content

Commit 40700b8

Browse files
committed
volume-status: wpctl fromat_muted is also needed to be formated.
1 parent 59b5cd3 commit 40700b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py3status/modules/volume_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def deprecate_function(config):
483483
"placeholder_formats": {
484484
"percentage": ":.0f",
485485
},
486-
"format_strings": ["format"],
486+
"format_strings": ["format", "format_muted"],
487487
}
488488
]
489489
}

0 commit comments

Comments
 (0)