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