Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
c90bc0ef37
1 changed files with 1 additions and 1 deletions
|
|
@ -1708,7 +1708,7 @@ def screensaver(name):
|
||||||
cmd = ['cmatrix', '-abs']
|
cmd = ['cmatrix', '-abs']
|
||||||
elif name == 'pipes':
|
elif name == 'pipes':
|
||||||
cmd = [
|
cmd = [
|
||||||
'pipes' if PLATFORM == 'Linux' else 'pipes.sh',
|
'pipes.sh',
|
||||||
'-t', '0',
|
'-t', '0',
|
||||||
'-t', '1',
|
'-t', '1',
|
||||||
'-t', '2',
|
'-t', '2',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue