move ossvol widget to match new layout
This commit is contained in:
parent
bd08badccc
commit
9325780f02
|
@ -111,8 +111,7 @@ Supported Platforms: platform independent
|
||||||
- Returns:
|
- Returns:
|
||||||
* returns 1st value as temperature of requested graphics device
|
* returns 1st value as temperature of requested graphics device
|
||||||
|
|
||||||
vicious.contrib.ossvol
|
**vicious.contrib.ossvol**
|
||||||
-
|
|
||||||
|
|
||||||
vicious.contrib.pop
|
vicious.contrib.pop
|
||||||
-
|
-
|
||||||
|
|
|
@ -13,7 +13,7 @@ local string = { match = string.match }
|
||||||
|
|
||||||
-- Ossvol: provides volume levels of requested OSS mixers
|
-- Ossvol: provides volume levels of requested OSS mixers
|
||||||
-- vicious.contrib.ossvol
|
-- vicious.contrib.ossvol
|
||||||
local ossvol = {}
|
local ossvol_linux = {}
|
||||||
|
|
||||||
|
|
||||||
-- {{{ Volume widget type
|
-- {{{ Volume widget type
|
||||||
|
@ -51,4 +51,4 @@ local function worker(format, warg)
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
return setmetatable(ossvol, { __call = function(_, ...) return worker(...) end })
|
return setmetatable(ossvol_linux, { __call = function(_, ...) return worker(...) end })
|
Loading…
Reference in New Issue