Skip to content

Commit

Permalink
Merge pull request #2 from zhrts/master
Browse files Browse the repository at this point in the history
small typo here
  • Loading branch information
Luke Bonham committed Jan 25, 2017
2 parents 27da971 + 1acc890 commit f9e7629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop.lua
Expand Up @@ -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)
Expand Down

0 comments on commit f9e7629

Please sign in to comment.