]>
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 (parent:
b9df886 )
return (not err and val) or "n/a"
end
return (not err and val) or "n/a"
end
-widgets.eth_widget = awful.widget.watch(
- "curl -m5 -s 'https://poloniex.com/public?command=returnTicker'", 600,
- function(widget, output)
- widget:set_text(poloniex_price(output, 'BTC_ETH') .. " Ƀ/Ξ")
- end
-)
+-- widgets.eth_widget = awful.widget.watch(
+-- "curl -m5 -s 'https://poloniex.com/public?command=returnTicker'", 600,
+-- function(widget, output)
+-- widget:set_text(poloniex_price(output, 'BTC_ETH') .. " Ƀ/Ξ")
+-- end
+-- )
local function coindesk_price(output, base, prec)
local xc, pos, err = dkjson.decode(output, 1, nil)
local function coindesk_price(output, base, prec)
local xc, pos, err = dkjson.decode(output, 1, nil)
end
widgets.ecb_widget = awful.widget.watch(
end
widgets.ecb_widget = awful.widget.watch(
- "curl -m5 -s 'http://api.exchangeratesapi.io/v1/latest?base=EUR&access_key=28639a585f6b46bbddd41d3ffe337fc5&symbols=NZD,USD,CHF'", 216 00,
+ "curl -m5 -s 'http://api.exchangeratesapi.io/v1/latest?base=EUR&access_key=28639a585f6b46bbddd41d3ffe337fc5&symbols=NZD,USD,CHF'", 864 00,
function(widget, output)
widget:set_text(parse_ecb_rates(output, 'NZD') .. " NZD = "
.. parse_ecb_rates(output, 'CHF') .. " CHF")
function(widget, output)
widget:set_text(parse_ecb_rates(output, 'NZD') .. " NZD = "
.. parse_ecb_rates(output, 'CHF') .. " CHF")
-- Other libraries
local lain = require("lain")
local ccwidgets = require("cryptocoin_widgets")
-- Other libraries
local lain = require("lain")
local ccwidgets = require("cryptocoin_widgets")
-local fxwidgets = require("forex_widgets")
+-- local fxwidgets = require("forex_widgets")
local clocksarray = require("clocksarray")
local dbg = require("debugfunc")
local th = require("taghelpers")
local clocksarray = require("clocksarray")
local dbg = require("debugfunc")
local th = require("taghelpers")
make_spacer(" "),
ccwidgets.btc_widget,
make_spacer(),
make_spacer(" "),
ccwidgets.btc_widget,
make_spacer(),
- ccwidgets.eth_widget,
- make_spacer(),
- fxwidgets.ecb_widget,
- make_spacer(),
+ -- ccwidgets.eth_widget,
+ -- make_spacer(),
+ -- fxwidgets.ecb_widget,
+ -- make_spacer(),
lain_bat.widget,
make_spacer(),
}, right_widgets)
lain_bat.widget,
make_spacer(),
}, right_widgets)