From 1acc890219a87795307d52fbfa2cf6607100c834 Mon Sep 17 00:00:00 2001 From: Asuka Langley Date: Tue, 24 Jan 2017 15:40:17 -0500 Subject: [PATCH] small typo here --- desktop.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop.lua b/desktop.lua index 246d183..cf6139b 100644 --- a/desktop.lua +++ b/desktop.lua @@ -244,8 +244,8 @@ function desktop.add_icons(args) -- trying to fallback on Adwaita if theme.icon_theme is not defined -- if Adwaita is missing too, no icons will be shown - if not beautiful.icon_theme then - beautiful.icon_theme = args.icon_theme or "Adwaita" + if not theme.icon_theme then + theme.icon_theme = args.icon_theme or "Adwaita" end desktop.add_base_icons(args)