$OpenBSD: patch-lib_naughty_lua_in,v 1.11 2014/04/15 11:16:04 dcoppa Exp $
--- lib/naughty.lua.in.orig	Sat Oct 12 18:48:49 2013
+++ lib/naughty.lua.in	Tue Jan 14 13:10:28 2014
@@ -38,8 +38,8 @@ naughty.config.padding = 4
 --- Spacing between popups. Default: 1
 naughty.config.spacing = 1
 --- List of directories that will be checked by getIcon()
---   Default: { "/usr/share/pixmaps/", }
-naughty.config.icon_dirs = { "/usr/share/pixmaps/", }
+--   Default: { "${LOCALBASE}/share/pixmaps/", }
+naughty.config.icon_dirs = { "${LOCALBASE}/share/pixmaps/", }
 --- List of formats that will be checked by getIcon()
 --   Default: { "png", "gif" }
 naughty.config.icon_formats = { "png", "gif" }
