# Topbar – Windows (PowerShell-kommandon) [[item]] label = "Terminal" action = { type = "spawn_terminal", shell = "powershell.exe" } [[item]] label = "Exit" action = { type = "exit" } # Klocka – uppdateras varje sekund (PowerShell) [[status]] command = "Get-Date -Format 'HH:mm:ss'" interval = 1 width = 10 align = "right" # Datum – uppdateras varje minut (PowerShell) [[status]] command = "Get-Date -Format 'yyyy-MM-dd'" interval = 60 width = 12 align = "right"