Update battery.lua
This commit is contained in:
parent
fa9e92be98
commit
68c48c0a73
|
@ -20,8 +20,9 @@ function showWarningWidgetPopup()
|
||||||
title = "Battery dying",
|
title = "Battery dying",
|
||||||
timeout = 5, hover_timeout = 0.5,
|
timeout = 5, hover_timeout = 0.5,
|
||||||
position = "bottom_right",
|
position = "bottom_right",
|
||||||
bg = "#ff1122",
|
bg = "#F06060",
|
||||||
width = 160,
|
fg = "#EEE9EF",
|
||||||
|
width = 200,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue