From 869944edc24357e718ad8b5fc3fb830ce64cf7b5 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Sun, 31 Oct 2021 17:37:49 -0300 Subject: [PATCH] qtile: change bar text from vol to volume --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index fb0a4b4..6b9f4e7 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -296,7 +296,7 @@ def main_bar(): ], [ widget.TextBox( - text="Vol:", + text="Volume:", mouse_callbacks={ "Button1": lambda: qtile.cmd_spawn( "amixer -q -D pulse sset Master toggle"