Files
TUI-WM/panels/topbar.toml
2026-03-28 03:18:41 +01:00

28 lines
578 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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"