(defpoll update_no :interval "60s" `bash /home/sharpe/.config/eww/scripts/flatpak_updates.sh`) (defwidget updates [] (box :class "module" :space-evenly "false" :orientation "h" :spacing "3" (label :text " " :class "updates") (label :text update_no :class "updates" ) (label :text "package updates" :class "updates")))