From 619de4fd5ecf724e1c31acbeeb93de2ee2fd9916 Mon Sep 17 00:00:00 2001 From: Albert Armea Date: Sun, 4 Jan 2026 14:22:44 -0500 Subject: [PATCH] Add terminal activity example (for debugging) --- config.example.toml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/config.example.toml b/config.example.toml index 9b61966..eded285 100644 --- a/config.example.toml +++ b/config.example.toml @@ -314,13 +314,17 @@ max_run_seconds = 0 # Unlimited: sleep/study aid daily_quota_seconds = 0 # Unlimited cooldown_seconds = 0 # No cooldown -# Example: Disabled entry +# Terminal for debugging only [[entries]] -id = "disabled-game" -label = "Game Under Maintenance" -disabled = true -disabled_reason = "This game is being updated" +id = "terminal" +label = "Terminal" +icon = "utilities-terminal" +disabled = true # Typically disabled, since it's: +disabled_reason = "For debugging only" [entries.kind] type = "process" -command = "/bin/false" +command = "ptyxis" + +[entries.availability] +always = true