Added launcher icon config
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user