FichteFoll / discordrp-mpris

Discord Rich Presence through media players providing the mpris2 dbus interface
MIT License
86 stars 19 forks source link

No config file on Arch #21

Closed rdricco closed 3 years ago

rdricco commented 3 years ago

I cannot find the config file on Arch (installed via aur). Can you help me? Do I need to manually create? Thanks in advance.

FichteFoll commented 3 years ago

You can list a package's files with the following command, which will, among others, include the default config file:

$ pacman -Ql discordrp-mpris-git  
…
discordrp-mpris-git /usr/lib/python3.9/site-packages/discordrp_mpris/config/config.toml
…

To adjust the configuration for your own, however, you want to do so in a different file, usually ~/.config/discordrp-mpris/config.toml, as mentioned in the README. You'll need to create the file if you didn't already.