Add examples showing custom icon images
This commit is contained in:
parent
1f8f23ef76
commit
be686a7fe8
1 changed files with 6 additions and 7 deletions
|
|
@ -48,7 +48,7 @@ message = "10 seconds remaining!"
|
||||||
[[entries]]
|
[[entries]]
|
||||||
id = "tuxmath"
|
id = "tuxmath"
|
||||||
label = "Tux Math"
|
label = "Tux Math"
|
||||||
icon = "tuxmath"
|
icon = "tuxmath" # Icon name from system icon theme
|
||||||
|
|
||||||
[entries.kind]
|
[entries.kind]
|
||||||
type = "process"
|
type = "process"
|
||||||
|
|
@ -74,7 +74,7 @@ end = "20:00"
|
||||||
[[entries]]
|
[[entries]]
|
||||||
id = "scummvm-putt-putt"
|
id = "scummvm-putt-putt"
|
||||||
label = "Putt Putt Joins the Circus"
|
label = "Putt Putt Joins the Circus"
|
||||||
icon = "scummvm"
|
icon = "~/Games/Icons/Putt_Putt_Circus.png" # Custom icon path
|
||||||
|
|
||||||
[entries.kind]
|
[entries.kind]
|
||||||
type = "process"
|
type = "process"
|
||||||
|
|
@ -102,7 +102,7 @@ end = "20:00"
|
||||||
[[entries]]
|
[[entries]]
|
||||||
id = "scummvm-monkey-island"
|
id = "scummvm-monkey-island"
|
||||||
label = "Secret of Monkey Island"
|
label = "Secret of Monkey Island"
|
||||||
icon = "scummvm"
|
icon = "~/Games/Icons/Secret_of_Monkey_Island.png" # Custom icon path
|
||||||
|
|
||||||
[entries.kind]
|
[entries.kind]
|
||||||
type = "process"
|
type = "process"
|
||||||
|
|
@ -134,7 +134,7 @@ cooldown_seconds = 300 # 5 minute cooldown after each session
|
||||||
[[entries]]
|
[[entries]]
|
||||||
id = "gcompris"
|
id = "gcompris"
|
||||||
label = "GCompris"
|
label = "GCompris"
|
||||||
icon = "gcompris"
|
icon = "~/Games/Icons/GCompris.png" # Custom icon path
|
||||||
|
|
||||||
[entries.kind]
|
[entries.kind]
|
||||||
type = "snap"
|
type = "snap"
|
||||||
|
|
@ -161,7 +161,7 @@ cooldown_seconds = 0 # No cooldown
|
||||||
[[entries]]
|
[[entries]]
|
||||||
id = "minecraft"
|
id = "minecraft"
|
||||||
label = "Minecraft"
|
label = "Minecraft"
|
||||||
icon = "minecraft"
|
icon = "~/.minecraft/launcher/icons/minecraft256.png"
|
||||||
|
|
||||||
[entries.kind]
|
[entries.kind]
|
||||||
type = "snap"
|
type = "snap"
|
||||||
|
|
@ -240,14 +240,13 @@ end = "20:00"
|
||||||
# Files can be local on your system or URLs (YouTube, etc).
|
# Files can be local on your system or URLs (YouTube, etc).
|
||||||
|
|
||||||
# "lofi hip hop radio 📚 beats to relax/study to" streamed live from YouTube
|
# "lofi hip hop radio 📚 beats to relax/study to" streamed live from YouTube
|
||||||
# This should eventually be replaced with the media type.
|
|
||||||
[[entries]]
|
[[entries]]
|
||||||
id = "lofi-beats"
|
id = "lofi-beats"
|
||||||
label = "Lofi Beats"
|
label = "Lofi Beats"
|
||||||
icon = "mpv"
|
icon = "mpv"
|
||||||
|
|
||||||
[entries.kind]
|
[entries.kind]
|
||||||
type = "process"
|
type = "process" # TODO: change to "media" type once supported
|
||||||
command = "mpv"
|
command = "mpv"
|
||||||
args = ["https://www.youtube.com/watch?v=jfKfPfyJRdk"]
|
args = ["https://www.youtube.com/watch?v=jfKfPfyJRdk"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue