Change volume widget appearance

This commit is contained in:
Aleksey Samoilov 2023-11-25 23:10:27 +04:00
parent d2323ffb25
commit a7d960847b

View file

@ -251,7 +251,7 @@ screens = [
widget.Spacer(length = 8), widget.Spacer(length = 8),
widget.Volume( widget.Volume(
foreground = colors[8], foreground = colors[8],
fmt = '🔉 {}', fmt = 'Vol: {}',
decorations=[ decorations=[
BorderDecoration( BorderDecoration(
colour = colors[8], colour = colors[8],