argos
argos copied to clipboard
Customize button refresh time
When there are multiple lines of output for the button, argos cycles through each line after a 3 second delay. Would it be possible to make this refresh time customizable through a line attribute?
In any event, it can be modified globally by changing the below line in button.js:
this._cycleTimeout = Mainloop.timeout_add_seconds(3, Lang.bind(this, function()
Simply change the '3' to your desired refresh interval.
Thanks dev for this fantastic extension!
Good idea!