Change default volume display
This commit is contained in:
parent
f328b00d93
commit
72f85d4d41
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue