Use the new command name for pipes.sh
This commit is contained in:
parent
b047b28f30
commit
535455813c
1 changed files with 1 additions and 1 deletions
|
|
@ -1370,7 +1370,7 @@ def screensaver(name):
|
|||
cmd = ['cmatrix', '-abs']
|
||||
elif name == 'pipes':
|
||||
cmd = [
|
||||
'pipes' if PLATFORM == 'Linux' else 'pipes.sh',
|
||||
'pipes.sh',
|
||||
'-t', '0',
|
||||
'-t', '1',
|
||||
'-t', '2',
|
||||
|
|
|
|||
Loading…
Reference in a new issue