# Standardpanel för TUI-WM (skapad av `tui-wm --init`) [[item]] label = "Terminal" action = { type = "spawn_terminal", shell = "powershell.exe" } # Inbyggda inställningar (tema/panel/skugga/scrollbar) [[item]] label = "≡ Inställningar" action = { type = "spawn_settings" } [[item]] label = "Exit" action = { type = "exit" } # Status-widgets (körs periodiskt, visas till höger) [[status]] command = "powershell -NoProfile -Command Get-Date -Format HH:mm:ss" interval = 1 width = 10 align = "right" [[status]] command = "powershell -NoProfile -Command Get-Date -Format yyyy-MM-dd" interval = 60 width = 12 align = "right"