diff options
Diffstat (limited to 'linhes/linhes-system/plex_lib.conf')
-rw-r--r-- | linhes/linhes-system/plex_lib.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linhes/linhes-system/plex_lib.conf b/linhes/linhes-system/plex_lib.conf new file mode 100644 index 0000000..df4b3f3 --- /dev/null +++ b/linhes/linhes-system/plex_lib.conf @@ -0,0 +1,9 @@ +<!--#PLEX--> + <button> + <type>MENU_PLEX</type> + <text>Launch Plex</text> + <description>Open Plex Home Theater</description> + <action>EXEC /var/lib/flatpak/exports/bin/tv.plex.PlexHTPC</action> + </button> +<!--#PLEX--> + |