mirror of https://github.com/polybar/polybar.git
Updated Module: script (markdown)
parent
6941e9cc5e
commit
3ef431f0b3
|
@ -22,7 +22,9 @@ exec = checkforupdates
|
|||
; Default: ""
|
||||
exec-if = pgrep -x myservice
|
||||
|
||||
; Will the script output continous content?
|
||||
; Set this to true for scripts that continuously produce output
|
||||
; If set to 'true', everytime the script produces a new line of output, the module updates.
|
||||
; Otherwise, only the first line of output is considered and all later lines are discarded.
|
||||
; Default: false
|
||||
tail = true
|
||||
|
||||
|
|
Loading…
Reference in New Issue