Fix some more bugs related to the new icon implementation

This commit is contained in:
Rene
2022-08-03 04:19:42 +02:00
parent 2422b9a07f
commit 535c763a30
40 changed files with 152 additions and 263 deletions

View File

@@ -58,7 +58,7 @@ return function()
widget = wibox.container.background
}
Hover_signal(clock_widget, Theme_config.clock.bg, Theme_config.clock.fg)
Hover_signal(clock_widget)
return clock_widget
end