From 51d679170becb231891b705b08bcbe82b63034f8 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Mon, 4 May 2026 21:34:59 +0200 Subject: [PATCH] remove train stuff bc it's broken anyway --- .../eww/configDir/bottomBar/bottomBar.yuck | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/desktop/home/eww/configDir/bottomBar/bottomBar.yuck b/modules/desktop/home/eww/configDir/bottomBar/bottomBar.yuck index d955d31..ee45f82 100644 --- a/modules/desktop/home/eww/configDir/bottomBar/bottomBar.yuck +++ b/modules/desktop/home/eww/configDir/bottomBar/bottomBar.yuck @@ -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" } +; )