Add GCompris example entry
This commit is contained in:
parent
005db1dbf4
commit
68cdc16508
1 changed files with 18 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ message = "30 seconds! Save NOW!"
|
||||||
[entries.volume]
|
[entries.volume]
|
||||||
max_volume = 60 # Limit volume during gaming sessions
|
max_volume = 60 # Limit volume during gaming sessions
|
||||||
|
|
||||||
# Example: Educational game
|
# Example: Educational games
|
||||||
[[entries]]
|
[[entries]]
|
||||||
id = "tuxmath"
|
id = "tuxmath"
|
||||||
label = "Tux Math"
|
label = "Tux Math"
|
||||||
|
|
@ -121,6 +121,23 @@ command = "tuxmath"
|
||||||
[entries.availability]
|
[entries.availability]
|
||||||
always = true
|
always = true
|
||||||
|
|
||||||
|
[[entries]]
|
||||||
|
id = "gcompris"
|
||||||
|
label = "GCompris"
|
||||||
|
icon = "gcompris"
|
||||||
|
|
||||||
|
[entries.kind]
|
||||||
|
type = "snap"
|
||||||
|
snap_name = "gcompris"
|
||||||
|
|
||||||
|
[entries.availability]
|
||||||
|
always = true
|
||||||
|
|
||||||
|
[entries.limits]
|
||||||
|
max_run_seconds = 0 # Unlimited: sleep/study aid
|
||||||
|
daily_quota_seconds = 0 # Unlimited
|
||||||
|
cooldown_seconds = 0 # No cooldown
|
||||||
|
|
||||||
# Example: Steam game
|
# Example: Steam game
|
||||||
[[entries]]
|
[[entries]]
|
||||||
id = "steam-human-resource-machine"
|
id = "steam-human-resource-machine"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue