diff --git a/.config/i3pystatus/config.py b/.config/i3pystatus/config.py index f866938..4d4fb4d 100644 --- a/.config/i3pystatus/config.py +++ b/.config/i3pystatus/config.py @@ -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} [~ {speed}km/h ]> {next_station}[ ' - '\[{next_platform}\] {arrival_time} ' - '({arrival_in}[ | {delay}])][ ' - '(Net: {net_current} > \[{net_duration}\] ' - '{net_expected})]') + format_ontrain=r'{train_type} {train_no} [~ {speed}km/h ]> {next_station}[ ' + r'\[{next_platform}\] {arrival_time} ' + r'({arrival_in}[ | {delay}])][ ' + r'(Net: {net_current} > \[{net_duration}\] ' + r'{net_expected})]') #status.register("shell", # format="{output}", # hints = {"markup": "pango"},