Add terminal activity example (for debugging)
This commit is contained in:
parent
c0af5b430a
commit
619de4fd5e
1 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue