[go: up one dir, main page]

Skip to content

HidekiHrk/discord-windows-process-rpc

Repository files navigation

Discord Windows Process Rich Presence

This app runs in background and listens to your configured processes aiming to showing up a beautiful rich presence on your discord.

Your config file is located at <windowsPartition>:\Users\<yourUserName>\.dwinProcess.json and will be created upon the first time you run the app.

Config Example:

{
  "UpdateIntervalInSeconds": 10,
  "ApplicationID": "688622210151219264",
  "SwapLargeAndSmallImages": false,
  "Processes": [
    {
      "ProcessName": "discord",
      "LargeImageKey": "image url or application image key",
      "SmallImageKey": "image url or application image key",
      "LargeImageText": "DISCORD",
      "SmallImageText": "discord",
      "Details": "DISCORD",
      "State": "discord",
      "ShowTimestamp": true
    }
  ]
}

About

A process listener for creating custom discord rich presences

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published