mirror of https://github.com/lcpz/lain.git
#25 fix attempt
This commit is contained in:
parent
4114fc0e98
commit
cec4a68c63
|
@ -35,7 +35,7 @@ function net.get_device()
|
||||||
if ws ~= nil then
|
if ws ~= nil then
|
||||||
return ws:gsub(": UP", "")
|
return ws:gsub(": UP", "")
|
||||||
else
|
else
|
||||||
return ""
|
return "network off"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -80,10 +80,8 @@ local function worker(args)
|
||||||
then
|
then
|
||||||
if helpers.get_map(iface)
|
if helpers.get_map(iface)
|
||||||
then
|
then
|
||||||
n_title = iface
|
|
||||||
if n_title == "" then n_title = "network" end
|
|
||||||
naughty.notify({
|
naughty.notify({
|
||||||
title = n_title,
|
title = iface,
|
||||||
text = "no carrier",
|
text = "no carrier",
|
||||||
timeout = 7,
|
timeout = 7,
|
||||||
position = "top_left",
|
position = "top_left",
|
||||||
|
|
Loading…
Reference in New Issue