Skip to content

Commit 6db55c8

Browse files
committed
move pop widget to match new layout
1 parent 9325780 commit 6db55c8

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
@@ -113,8 +113,7 @@ Supported Platforms: platform independent
113113

114114
**vicious.contrib.ossvol**
115115

116-
vicious.contrib.pop
117-
-
116+
**vicious.contrib.pop**
118117

119118
**vicious.contrib.pulse**
120119

contrib/pop.lua renamed to contrib/pop_all.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end)
2020

2121
-- POP: provides the count of new messages in a POP3 mailbox
2222
-- vicious.contrib.pop
23-
local pop = {}
23+
local pop_all = {}
2424

2525

2626
-- {{{ POP3 count widget type
@@ -52,4 +52,4 @@ local function worker(format, warg)
5252
end
5353
-- }}}
5454

55-
return setmetatable(pop, { __call = function(_, ...) return worker(...) end })
55+
return setmetatable(pop_all, { __call = function(_, ...) return worker(...) end })

0 commit comments

Comments
 (0)