Change default volume display

This commit is contained in:
Augusto Gunsch 2022-01-23 11:24:00 -03:00
parent f328b00d93
commit 72f85d4d41
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ awful.screen.connect_for_each_screen(function(s)
percentage = false percentage = false
}, },
volume_widget{ volume_widget{
widget_type = 'horizontal_bar', widget_type = 'icon_and_text',
with_icon = true, with_icon = true,
mute_color = beautiful.bg_urgent mute_color = beautiful.bg_urgent
}, },