mirror of
https://github.com/liclac/ambient
synced 2024-11-21 19:33:08 +00:00
widgets: DE_ICE: Fix train number
This commit is contained in:
parent
ed52c314d7
commit
809e5ed823
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ end
|
|||
if set -q AMBIENT_DE_ICE_TRAIN_TYPE
|
||||
echo -n "🚄 $AMBIENT_DE_ICE_TRAIN_TYPE"
|
||||
# If iceportal.de is having a moment, we may not have the train number.
|
||||
set -q $AMBIENT_DE_ICE_VZN; and echo -n "-$AMBIENT_DE_ICE_VZN"
|
||||
set -q AMBIENT_DE_ICE_VZN; and echo -n "-$AMBIENT_DE_ICE_VZN"
|
||||
echo
|
||||
end
|
||||
if set -q AMBIENT_DE_ICE_SPEED
|
||||
|
|
Loading…
Reference in a new issue