From 72f85d4d41567d68995bfff96446ef48c06e40de Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 23 Jan 2022 11:24:00 -0300 Subject: [PATCH] Change default volume display --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index eba588f..4ef6b54 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -270,7 +270,7 @@ awful.screen.connect_for_each_screen(function(s) percentage = false }, volume_widget{ - widget_type = 'horizontal_bar', + widget_type = 'icon_and_text', with_icon = true, mute_color = beautiful.bg_urgent },