mirror of
https://github.com/liclac/ambient
synced 2025-02-16 12:28:24 +00:00
widgets: _icomera: Print provider as well
Going from the DB format: 🚄 ICE-420 💨 69 km/h To an SJ (icomera) train: 💨 69 km/h Looks a bit silly. Better? 🚄 SJ 💨 69 km/h
This commit is contained in:
parent
a4d76ca49d
commit
53bada3b54
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
if set -q AMBIENT_ICOMERA_PROVIDER
|
||||
echo "🚄 $AMBIENT_ICOMERA_PROVIDER"
|
||||
end
|
||||
if set -q AMBIENT_ICOMERA_POSITION_SPEED
|
||||
echo "💨 $AMBIENT_ICOMERA_POSITION_SPEED km/h"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue