Merge branch 'master' of 512mb.org:Yessiest/reno
This commit is contained in:
commit
39ca509391
|
@ -20,7 +20,7 @@ if _VERSION:match("5.1") then
|
|||
result = (test_pactl == 0)
|
||||
end
|
||||
if not result then
|
||||
return
|
||||
return function() end
|
||||
end
|
||||
|
||||
local function get_icon(percent)
|
||||
|
|
|
@ -24,7 +24,7 @@ if _VERSION:match("5.1") then
|
|||
amixer_found = (test_amixer == 0)
|
||||
end
|
||||
if (not (amixer_found or pactl_found)) then
|
||||
return
|
||||
return function() end
|
||||
end
|
||||
|
||||
local try_launch = "pavucontrol"
|
||||
|
|
Loading…
Reference in New Issue