Added launcher icon config

This commit is contained in:
2023-08-23 09:38:40 -07:00
parent c89670f53d
commit 0f0e56174d
4 changed files with 116 additions and 3 deletions

View File

@ -3,7 +3,7 @@ local widget = {}
widget.icon = wibox.widget {
resize = true,
image = beautiful.icons.launcher,
image = beautiful.icons[config.launcher.icon],
widget = wibox.widget.imagebox
}