]>
git.madduck.net Git - etc/awesome.git/commitdiff
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0d5c25f )
--[[
Licensed under GNU General Public License v2
--[[
Licensed under GNU General Public License v2
- * (c) 2013, Luke Bonham
+ * (c) 2013, Luke Bonham
local async = require("lain.asyncshell")
local wibox = require("wibox")
local async = require("lain.asyncshell")
local wibox = require("wibox")
local setmetatable = setmetatable
-- Basic template for custom widgets
local setmetatable = setmetatable
-- Basic template for custom widgets
local newtimer = require("lain.helpers").newtimer
local wibox = require("wibox")
local newtimer = require("lain.helpers").newtimer
local wibox = require("wibox")
+local io = { popen = io.popen }
local setmetatable = setmetatable
local setmetatable = setmetatable
--- Basic template for custom widgets
+-- Basic template for custom widgets
-- lain.widgets.base
local function worker(args)
-- lain.widgets.base
local function worker(args)
--]]
local wibox = require("awful.wibox")
--]]
local wibox = require("awful.wibox")
local setmetatable = setmetatable
-- Creates a thin wibox at a position relative to another wibox
local setmetatable = setmetatable
-- Creates a thin wibox at a position relative to another wibox
local beautiful = require("beautiful")
local naughty = require("naughty")
local beautiful = require("beautiful")
local naughty = require("naughty")
+local io = { popen = io.popen }
local os = { date = os.date }
local tonumber = tonumber
local os = { date = os.date }
local tonumber = tonumber
local wibox = require("wibox")
local naughty = require("naughty")
local wibox = require("wibox")
local naughty = require("naughty")
+local io = { popen = io.popen }
local pairs = pairs
local string = { match = string.match,
format = string.format }
local pairs = pairs
local string = { match = string.match,
format = string.format }
curl = string.format("%s --url imaps://%s:%s/INBOX -u %s:%s %s -k",
head_command, server, port, mail, password, request)
curl = string.format("%s --url imaps://%s:%s/INBOX -u %s:%s %s -k",
head_command, server, port, mail, password, request)
- async.request(curl, function(f)
+ async.request(curl, function(f)
ws = f:read("*a")
f:close()
ws = f:read("*a")
f:close()
local util = require("lain.util")
local util = require("lain.util")
+local io = { popen = io.popen }
local os = { getenv = os.getenv }
local pairs = pairs
local string = { len = string.len,
local os = { getenv = os.getenv }
local pairs = pairs
local string = { len = string.len,
local naughty = require("naughty")
local wibox = require("wibox")
local naughty = require("naughty")
local wibox = require("wibox")
+local io = { popen = io.popen }
local tostring = tostring
local string = { format = string.format,
gsub = string.gsub }
local tostring = tostring
local string = { format = string.format,
gsub = string.gsub }
local wibox = require("wibox")
local wibox = require("wibox")
+local io = { open = io.open }
local tonumber = tonumber
local setmetatable = setmetatable
local tonumber = tonumber
local setmetatable = setmetatable
local wibox = require("wibox")
local debug = { getinfo = debug.getinfo }
local wibox = require("wibox")
local debug = { getinfo = debug.getinfo }
+local io = { lines = io.lines,
+ open = io.open }
local os = { date = os.date,
getenv = os.getenv }
local string = { find = string.find,
local os = { date = os.date,
getenv = os.getenv }
local string = { find = string.find,