From: Alexander Yakushev Date: Wed, 14 Sep 2011 14:40:44 +0000 (+0300) Subject: Move all files to folder ~/.config/awesome/awesompd/ X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c2dc42baa4dc4a66dfd0f04f287898368bc60a54;p=awesompd.git Move all files to folder ~/.config/awesome/awesompd/ --- diff --git a/awesompd.lua b/awesompd.lua index cd01c3a..2ba1473 100644 --- a/awesompd.lua +++ b/awesompd.lua @@ -4,8 +4,8 @@ -- @release v1.0.7 --------------------------------------------------------------------------- -require('utf8') -require('jamendo') +require('awesompd/utf8') +require('awesompd/jamendo') local beautiful = require('beautiful') local naughty = naughty local awful = awful diff --git a/rcsample.lua b/rcsample.lua index 6a54f4a..30acbb9 100644 --- a/rcsample.lua +++ b/rcsample.lua @@ -81,7 +81,7 @@ mysystray = widget({ type = "systray" }) -- BEGIN OF AWESOMPD WIDGET DECLARATION - require('awesompd') + require('awesompd/awesompd') musicwidget = awesompd:create() -- Create awesompd widget musicwidget.font = "Liberation Mono" -- Set widget font