i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Grab latest plex-rich-presence release from GitHub instead of storing it in git

+9
+9
README.md
··· 100 100 ```shell 101 101 gsettings set org.gnome.settings-daemon.plugins.media-keys control-center-static "['']" 102 102 ``` 103 + 104 + #### Get latest plex-rich-presence 105 + ```shell 106 + curl -s https://api.github.com/repos/Arno500/plex-richpresence/releases/latest \ 107 + | grep "browser_download_url.*linux_amd64*" \ 108 + | cut -d : -f 2,3 \ 109 + | tr -d \" \ 110 + | wget -i - 111 + ```