aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--awesompd.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/awesompd.lua b/awesompd.lua
index 6a452ce..042b4f6 100644
--- a/awesompd.lua
+++ b/awesompd.lua
@@ -501,11 +501,7 @@ function awesompd:wrap_output(text)
end
function awesompd:retrieve_cache()
- if self.path_to_icons == "" then
- self.filename = "jamendo_cache"
- else
- self.filename = self.path_to_icons .. "/jamendo_cache"
- end
+ self.filename = awful.util.getdir ("cache").."/jamendo_cache"
local bus = io.open(self.filename)
if bus then
for l in bus:lines() do