Added app icons

This commit is contained in:
2022-07-23 16:27:13 -07:00
parent d1c8dbebbc
commit 1b13852f15
14 changed files with 218 additions and 10 deletions

View File

@ -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),