File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,7 @@ manipulate them
138138 * @sink optional, same usage as in vicious.contrib.pulse
139139 * returns the exit status of pacmd
140140
141- vicious.contrib.rss
142- -
141+ ** vicious.contrib.rss**
143142
144143vicious.contrib.sensors
145144 -
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ local setmetatable = setmetatable
1515
1616-- RSS: provides latest world news
1717-- vicious.contrib.rss
18- local rss = {}
18+ local rss_all = {}
1919
2020
2121-- {{{ RSS widget type
@@ -65,4 +65,4 @@ local function worker(format, input)
6565end
6666-- }}}
6767
68- return setmetatable (rss , { __call = function (_ , ...) return worker (... ) end })
68+ return setmetatable (rss_all , { __call = function (_ , ...) return worker (... ) end })
You can’t perform that action at this time.
0 commit comments