Added interval option to online module
This commit is contained in:
parent
8aeaab7fa5
commit
753860157c
@ -11,6 +11,7 @@ class Online(IntervalModule):
|
|||||||
('color_offline', 'Text color when offline'),
|
('color_offline', 'Text color when offline'),
|
||||||
('format_online', 'Status text when online'),
|
('format_online', 'Status text when online'),
|
||||||
('format_offline', 'Status text when offline'),
|
('format_offline', 'Status text when offline'),
|
||||||
|
("interval", "Update interval"),
|
||||||
)
|
)
|
||||||
|
|
||||||
color = '#ffffff'
|
color = '#ffffff'
|
||||||
|
Loading…
Reference in New Issue
Block a user