Added app icons
This commit is contained in:
@ -9,7 +9,7 @@ local function make_shortcut(command, icon)
|
||||
{
|
||||
wibox.widget {
|
||||
resize = true,
|
||||
image = config.core.app_icon_dir .. icon,
|
||||
image = beautiful.app_icons[icon],
|
||||
widget = wibox.widget.imagebox
|
||||
},
|
||||
top = beautiful.dpi(3),
|
||||
|
Reference in New Issue
Block a user