From a7d960847b61f199bfbac3ad8728e48277745fb0 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sat, 25 Nov 2023 23:10:27 +0400 Subject: [PATCH] Change volume widget appearance --- etc/skel/.config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/skel/.config/qtile/config.py b/etc/skel/.config/qtile/config.py index a9c935c..ab7f729 100644 --- a/etc/skel/.config/qtile/config.py +++ b/etc/skel/.config/qtile/config.py @@ -251,7 +251,7 @@ screens = [ widget.Spacer(length = 8), widget.Volume( foreground = colors[8], - fmt = '🔉 {}', + fmt = 'Vol: {}', decorations=[ BorderDecoration( colour = colors[8],