# Knappar i panelen [[item]] label = "Terminal" action = { type = "spawn_terminal" } [[item]] label = "mouse-test" action = { type = "run_program", command = "testapps/mouse-test/target/release/mouse-test" } [[item]] label = "Exit" action = { type = "exit" } # Status-widgets # Klocka – körs varje sekund, 10 tecken bred, dockad mot höger [[status]] command = "date '+%H:%M:%S'" interval = 1 width = 10 align = "right" # Datum – uppdateras varje minut, 12 tecken bred, dockad mot höger [[status]] command = "date '+%Y-%m-%d'" interval = 60 width = 12 align = "right"