31 lines
682 B
TOML
31 lines
682 B
TOML
[launcher]
|
|
|
|
[[launcher.entry]]
|
|
id = "kodi"
|
|
image = "media/images/kodi.png"
|
|
command = "flatpak run tv.kodi.Kodi"
|
|
|
|
[[launcher.entry]]
|
|
id = "retroarch"
|
|
image = "media/images/retroarch.png"
|
|
command = "flatpak run org.libretro.RetroArch"
|
|
|
|
[[launcher.entry]]
|
|
id = "steamlink"
|
|
image = "media/images/steamlink.png"
|
|
command = "flatpak run com.valvesoftware.SteamLink"
|
|
|
|
[[launcher.entry]]
|
|
id = "stremio"
|
|
image = "media/images/stremio.png"
|
|
command = "/home/zilti/stremio-shell/build/stremio"
|
|
|
|
[[launcher.entry]]
|
|
id = "update"
|
|
image = "media/images/update.png"
|
|
command = "./prepare-update"
|
|
|
|
[[launcher.entry]]
|
|
id = "power-off"
|
|
image = "media/images/power-off.png"
|
|
command = "sudo shutdown now"
|