mirror of
https://github.com/liclac/ambient
synced 2025-02-16 12:28:24 +00:00
Eurostar widgets
This commit is contained in:
parent
56598af58c
commit
f3efc0db5c
1 changed files with 6 additions and 0 deletions
6
widgets.d/trains/EU_Eurostar.fish
Normal file
6
widgets.d/trains/EU_Eurostar.fish
Normal file
|
@ -0,0 +1,6 @@
|
|||
if set -q AMBIENT_EU_EUROSTAR_TRAIN_ID
|
||||
echo " Eurostar $AMBIENT_EU_EUROSTAR_TRAIN_ID"
|
||||
end
|
||||
if set -q AMBIENT_EU_EUROSTAR_SPEED
|
||||
echo " $AMBIENT_EU_EUROSTAR_SPEED km/h"
|
||||
end
|
Loading…
Add table
Reference in a new issue