Auto-commit kunsi-p14s.kunbox.net 2024-05-11 18:13:49
This commit is contained in:
parent
d513888648
commit
44fe9b57c8
1 changed files with 5 additions and 5 deletions
|
@ -99,11 +99,11 @@ status.register("wifionice",
|
|||
url_on_click='https://travelynx.franzi.business/s/{last_station_no}?train={train_type}%20{train_no}',
|
||||
wifi_adapters=['wlan0'],
|
||||
format_offtrain='Wann wieder Zug?',
|
||||
format_ontrain='{train_type} {train_no} [~ <span color="#999999">{speed}km/h</span> ]> {next_station}[ '
|
||||
'<span color="#999999">\[{next_platform}\]</span> {arrival_time} '
|
||||
'({arrival_in}[ | <span color="#FF0000">{delay}</span>])][ '
|
||||
'<span color="#999999">(Net: {net_current} > \[{net_duration}\] '
|
||||
'{net_expected})</span>]')
|
||||
format_ontrain=r'{train_type} {train_no} [~ <span color="#999999">{speed}km/h</span> ]> {next_station}[ '
|
||||
r'<span color="#999999">\[{next_platform}\]</span> {arrival_time} '
|
||||
r'({arrival_in}[ | <span color="#FF0000">{delay}</span>])][ '
|
||||
r'<span color="#999999">(Net: {net_current} > \[{net_duration}\] '
|
||||
r'{net_expected})</span>]')
|
||||
#status.register("shell",
|
||||
# format="{output}",
|
||||
# hints = {"markup": "pango"},
|
||||
|
|
Loading…
Reference in a new issue