Skip to content

Commit 1acc890

Browse files
author
Asuka Langley
committed
small typo here
1 parent 27da971 commit 1acc890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

desktop.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ function desktop.add_icons(args)
244244

245245
-- trying to fallback on Adwaita if theme.icon_theme is not defined
246246
-- if Adwaita is missing too, no icons will be shown
247-
if not beautiful.icon_theme then
248-
beautiful.icon_theme = args.icon_theme or "Adwaita"
247+
if not theme.icon_theme then
248+
theme.icon_theme = args.icon_theme or "Adwaita"
249249
end
250250

251251
desktop.add_base_icons(args)

0 commit comments

Comments
 (0)