aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bat.lua2
-rw-r--r--batat.lua2
-rw-r--r--cpu.lua4
-rw-r--r--cpufreq.lua2
-rw-r--r--cpuinf.lua2
-rw-r--r--date.lua4
-rw-r--r--dio.lua3
-rw-r--r--entropy.lua2
-rw-r--r--fs.lua4
-rw-r--r--gmail.lua2
-rw-r--r--hddtemp.lua2
-rw-r--r--helpers.lua2
-rw-r--r--init.lua10
-rw-r--r--load.lua2
-rw-r--r--mbox.lua2
-rw-r--r--mboxc.lua2
-rw-r--r--mdir.lua2
-rw-r--r--mem.lua4
-rw-r--r--mpd.lua8
-rw-r--r--net.lua2
-rw-r--r--org.lua2
-rw-r--r--pacman.lua2
-rw-r--r--thermal.lua2
-rw-r--r--uptime.lua4
-rw-r--r--volume.lua2
-rw-r--r--weather.lua2
-rw-r--r--wifi.lua2
27 files changed, 39 insertions, 40 deletions
diff --git a/bat.lua b/bat.lua
index 0e09717..3bcdc75 100644
--- a/bat.lua
+++ b/bat.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/batat.lua b/batat.lua
index bf84101..903b7d9 100644
--- a/batat.lua
+++ b/batat.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/cpu.lua b/cpu.lua
index 68ab253..0da78be 100644
--- a/cpu.lua
+++ b/cpu.lua
@@ -1,7 +1,7 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
--- * (c) Wicked, Lucas de Vries
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
+-- * (c) 2008, Lucas de Vries <lucas@glacicle.com>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/cpufreq.lua b/cpufreq.lua
index 436e48b..1fcd643 100644
--- a/cpufreq.lua
+++ b/cpufreq.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/cpuinf.lua b/cpuinf.lua
index d9cd786..0141cb8 100644
--- a/cpuinf.lua
+++ b/cpuinf.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/date.lua b/date.lua
index 2ff39fb..802cac8 100644
--- a/date.lua
+++ b/date.lua
@@ -1,7 +1,7 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
--- * (c) Wicked, Lucas de Vries
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
+-- * (c) 2008, Lucas de Vries <lucas@glacicle.com>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/dio.lua b/dio.lua
index 9c94134..ea3aa9d 100644
--- a/dio.lua
+++ b/dio.lua
@@ -1,10 +1,9 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
-local type = type
local ipairs = ipairs
local io = { open = io.open }
local setmetatable = setmetatable
diff --git a/entropy.lua b/entropy.lua
index f09dc1e..ce87f84 100644
--- a/entropy.lua
+++ b/entropy.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/fs.lua b/fs.lua
index 4a5ab06..28c84a6 100644
--- a/fs.lua
+++ b/fs.lua
@@ -1,7 +1,7 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
--- * (c) Wicked, Lucas de Vries
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
+-- * (c) 2008, Lucas de Vries <lucas@glacicle.com>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/gmail.lua b/gmail.lua
index 2bce03b..91e7ac1 100644
--- a/gmail.lua
+++ b/gmail.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/hddtemp.lua b/hddtemp.lua
index 11952b9..fe516e8 100644
--- a/hddtemp.lua
+++ b/hddtemp.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/helpers.lua b/helpers.lua
index 3ccebd0..7281080 100644
--- a/helpers.lua
+++ b/helpers.lua
@@ -2,7 +2,7 @@
-- Licensed under the GNU General Public License v2
-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
-- * (c) 2009, Rémy C. <shikamaru@mandriva.org>
--- * (c) Wicked, Lucas de Vries
+-- * (c) 2008, Lucas de Vries <lucas@glacicle.com>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/init.lua b/init.lua
index 19976aa..638d901 100644
--- a/init.lua
+++ b/init.lua
@@ -1,10 +1,10 @@
------------------------------------------------------
+---------------------------------------------------
-- Vicious widgets for the awesome window manager
------------------------------------------------------
+---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
--- * (c) Wicked, Lucas de Vries <lucas.glacicle.com>
------------------------------------------------------
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
+-- * (c) 2008, Lucas de Vries <lucas@glacicle.com>
+---------------------------------------------------
-- {{{ Grab environment
local type = type
diff --git a/load.lua b/load.lua
index 5769c07..7b5cb4d 100644
--- a/load.lua
+++ b/load.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/mbox.lua b/mbox.lua
index 543efab..df64f4c 100644
--- a/mbox.lua
+++ b/mbox.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/mboxc.lua b/mboxc.lua
index e9aa84f..c48b000 100644
--- a/mboxc.lua
+++ b/mboxc.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/mdir.lua b/mdir.lua
index 8fc7ac6..1d8a444 100644
--- a/mdir.lua
+++ b/mdir.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
-- * (c) Maildir Biff Widget, Fredrik Ax
---------------------------------------------------
diff --git a/mem.lua b/mem.lua
index 3f874dd..4b4047a 100644
--- a/mem.lua
+++ b/mem.lua
@@ -1,7 +1,7 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
--- * (c) Wicked, Lucas de Vries
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
+-- * (c) 2008, Lucas de Vries <lucas@glacicle.com>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/mpd.lua b/mpd.lua
index 0d3336b..42ad148 100644
--- a/mpd.lua
+++ b/mpd.lua
@@ -1,7 +1,7 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
--- * (c) Wicked, Lucas de Vries
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
+-- * (c) 2008, Lucas de Vries <lucas@glacicle.com>
---------------------------------------------------
-- {{{ Grab environment
@@ -24,8 +24,8 @@ local function worker(format, warg)
local np = f:read("*line")
f:close()
- -- Check if it's stopped, off or not installed
- if np == nil or
+ -- Not installed,
+ if np == nil or -- off or stoppped.
(string.find(np, "MPD_HOST") or string.find(np, "volume:"))
then
return {"Stopped"}
diff --git a/net.lua b/net.lua
index 2fa27b4..83e7924 100644
--- a/net.lua
+++ b/net.lua
@@ -2,7 +2,7 @@
-- Licensed under the GNU General Public License v2
-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
-- * (c) 2009, Henning Glawe <glaweh@debian.org>
--- * (c) Wicked, Lucas de Vries
+-- * (c) 2008, Lucas de Vries <lucas@glacicle.com>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/org.lua b/org.lua
index c80cd15..4898c08 100644
--- a/org.lua
+++ b/org.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
-- * (c) org-awesome, Damien Leone
---------------------------------------------------
diff --git a/pacman.lua b/pacman.lua
index aa2d974..93aef87 100644
--- a/pacman.lua
+++ b/pacman.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/thermal.lua b/thermal.lua
index f83be13..6eff3d0 100644
--- a/thermal.lua
+++ b/thermal.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/uptime.lua b/uptime.lua
index fc12707..1784985 100644
--- a/uptime.lua
+++ b/uptime.lua
@@ -1,7 +1,7 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
--- * (c) Wicked, Lucas de Vries
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
+-- * (c) 2008, Lucas de Vries <lucas@glacicle.com>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/volume.lua b/volume.lua
index 16d4682..a9284b1 100644
--- a/volume.lua
+++ b/volume.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/weather.lua b/weather.lua
index b5c4237..57362c8 100644
--- a/weather.lua
+++ b/weather.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
diff --git a/wifi.lua b/wifi.lua
index 5e307a0..7e975ed 100644
--- a/wifi.lua
+++ b/wifi.lua
@@ -1,6 +1,6 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment