---------------------------
local theme = {}
+local awful = require("awful")
theme.path = awful.util.getdir("config").."/themes/mlp"
theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"
+theme.mpd_default_album = theme.path.."/mpd_default_album.png"
+
-- Define the icon theme for application icons. If not set then the icons
-- from /usr/share/icons and /usr/share/icons/hicolor will be used.
theme.icon_theme = nil