move rss widget to match new layout
This commit is contained in:
parent
6db55c8bd0
commit
46c5457e8e
|
@ -138,8 +138,7 @@ manipulate them
|
|||
* @sink optional, same usage as in vicious.contrib.pulse
|
||||
* returns the exit status of pacmd
|
||||
|
||||
vicious.contrib.rss
|
||||
-
|
||||
**vicious.contrib.rss**
|
||||
|
||||
vicious.contrib.sensors
|
||||
-
|
||||
|
|
|
@ -15,7 +15,7 @@ local setmetatable = setmetatable
|
|||
|
||||
-- RSS: provides latest world news
|
||||
-- vicious.contrib.rss
|
||||
local rss = {}
|
||||
local rss_all = {}
|
||||
|
||||
|
||||
-- {{{ RSS widget type
|
||||
|
@ -65,4 +65,4 @@ local function worker(format, input)
|
|||
end
|
||||
-- }}}
|
||||
|
||||
return setmetatable(rss, { __call = function(_, ...) return worker(...) end })
|
||||
return setmetatable(rss_all, { __call = function(_, ...) return worker(...) end })
|
Loading…
Reference in New Issue