remove train stuff bc it's broken anyway

This commit is contained in:
Schrottkatze 2026-05-04 21:34:59 +02:00
commit 51d679170b
No known key found for this signature in database

View file

@ -24,7 +24,7 @@
) )
(box (box
:halign "center" :halign "center"
(traveldings) ; (traveldings)
) )
(box (box
:halign "end" :halign "end"
@ -63,15 +63,15 @@
) )
) )
(defwidget iceTacho [] ; (defwidget iceTacho []
(box ; (box
:class "iceTacho" ; :class "iceTacho"
:tooltip "Tz${iceTachoData.tzn} (BR ${iceTachoData.br})" ; :tooltip "Tz${iceTachoData.tzn} (BR ${iceTachoData.br})"
(label :text "${iceTachoData.speed} km/h") ; (label :text "${iceTachoData.speed} km/h")
) ; )
) ; )
(deflisten iceTachoData ; (deflisten iceTachoData
:initial "null" ; :initial "null"
{ "~/.config/eww/scripts/iceTacho.nu" } ; { "~/.config/eww/scripts/iceTacho.nu" }
) ; )