mirror of https://github.com/lcpz/lain.git
ccurr: final fixes + wiki updated
This commit is contained in:
parent
d79b8cd58c
commit
6f75cafe0c
|
@ -7,9 +7,13 @@
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
local newtimer = require("lain.helpers").newtimer
|
local newtimer = require("lain.helpers").newtimer
|
||||||
|
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local json = require("dkjson")
|
local json = require("dkjson")
|
||||||
|
|
||||||
|
local string = { format = string.format }
|
||||||
|
local tonumber = tonumber
|
||||||
|
|
||||||
-- Crypto currencies widget
|
-- Crypto currencies widget
|
||||||
-- lain.widgets.contrib.ccurr
|
-- lain.widgets.contrib.ccurr
|
||||||
local ccurr = {}
|
local ccurr = {}
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 72c82d49aa961e15440db7dfefb749fe0d2cdd02
|
Subproject commit 1f364a97ada361c479950cf8efa3f0b752f665fc
|
Loading…
Reference in New Issue