argos icon indicating copy to clipboard operation
argos copied to clipboard

Customize button refresh time

Open dfaour opened this issue 8 years ago • 1 comments

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!

dfaour avatar Apr 25 '17 12:04 dfaour

Good idea!

p-e-w avatar Apr 29 '17 14:04 p-e-w