diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2021-04-11 20:36:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 20:36:24 -0400 |
commit | ddff9577fc0b204d7beb65eac523723a18c33623 (patch) | |
tree | d5fee445efff694095b4bb0f5553386c6b97dbab /brightness-widget | |
parent | 83856a188b43b0ef908c360310c069d27864c134 (diff) | |
parent | a47ccb782f3e09c1d19536ed298eadae3bfa5219 (diff) |
Merge pull request #250 from nuno-silva/ci-warns
fix CI warnings
Diffstat (limited to 'brightness-widget')
-rw-r--r-- | brightness-widget/brightness.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/brightness-widget/brightness.lua b/brightness-widget/brightness.lua index d5a79a9..2afb38a 100644 --- a/brightness-widget/brightness.lua +++ b/brightness-widget/brightness.lua @@ -90,9 +90,7 @@ local function worker(user_args) start_angle = 4.71238898, -- 2pi*3/4 forced_height = 18, forced_width = 18, - bg = bg_color, paddings = 2, - colors = {color}, widget = wibox.container.arcchart, set_value = function(self, level) self:set_value(level) |