widget: Use `bg_normal` for progress bar color

This commit is contained in:
James Reed 2020-12-03 17:15:26 -07:00
parent f8f2a950b9
commit b220336f00
No known key found for this signature in database
GPG Key ID: 0BE2BD33C5E8125E
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function widget.new(cmd, data)
min_value = 0,
max_value = data.timeout,
value = data.timeout,
color = widget.color or beautiful.bg_focus,
color = widget.color or beautiful.bg_normal,
border_color = widget.border_color or beautiful.fg_normal,
widget = wibox.container.radialprogressbar,
},