Disabled MDADM widget
This commit is contained in:
@ -25,7 +25,7 @@ end
|
||||
mdadm.update_timer = gears.timer {
|
||||
timeout = 2,
|
||||
call_now = false,
|
||||
autostart = true,
|
||||
autostart = false, -- change to true to enable
|
||||
single_shot = false,
|
||||
|
||||
callback = function()
|
||||
|
Reference in New Issue
Block a user