mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-06-21 21:21:17 +02:00
remove train stuff bc it's broken anyway
This commit is contained in:
parent
c699eacabd
commit
51d679170b
1 changed files with 12 additions and 12 deletions
|
|
@ -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" }
|
||||||
)
|
; )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue