Widgets improvement

This commit is contained in:
Augusto Gunsch
2022-01-21 11:33:31 -03:00
parent 204ef0682a
commit 6d5a3d3ebe
3 changed files with 66 additions and 16 deletions

View File

@@ -262,11 +262,11 @@ awful.screen.connect_for_each_screen(function(s)
program = 'brightnessctl',
percentage = false
},
volume_widget{
widget_type = 'horizontal_bar',
with_icon = true,
mute_color = beautiful.bg_urgent
},
volume_widget{
widget_type = 'icon_and_text',
with_icon = true,
mute_color = beautiful.bg_urgent
},
mytextclock,
s.mylayoutbox,
},