Skip to content

Commit 46c5457

Browse files
committed
move rss widget to match new layout
1 parent 6db55c8 commit 46c5457

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

contrib/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

144143
vicious.contrib.sensors
145144
-

contrib/rss.lua renamed to contrib/rss_all.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
6565
end
6666
-- }}}
6767

68-
return setmetatable(rss, { __call = function(_, ...) return worker(...) end })
68+
return setmetatable(rss_all, { __call = function(_, ...) return worker(...) end })

0 commit comments

Comments
 (0)