justchokingaround / jerry

watch anime with automatic anilist syncing and other cool stuff
264 stars 19 forks source link

Discord RPC (Open with Vesktop) #78

Closed JumperTheHero closed 1 month ago

JumperTheHero commented 1 month ago

Hey! I really love using jerry! This is an upgrade for me personally compared to using ani-cli. So much customization and I love it. Got Discord RPC working through native Discord on Arch Linux but I personally use Vesktop as Xorg Screensharing works well with audio through it. Since Vesktop is just an extension of Discord, do you know where in the config or if it would be possible to have Discord RPC work with Vesktop?

justchokingaround commented 1 month ago

it works the same, i've tested in the past. u don't need to change anything

JumperTheHero commented 1 month ago

@justchokingaround Thanks! I'll look into it more. Last question, how did you setup your terminal to look so sexy in that demo? I love it! I think it might be the rofi themes, but unsure. Thanks again!

justchokingaround commented 1 month ago

it's just cool-retro-term and i'm using wayland as the output method in my ueberzugpp config. here is the cool-retro-term config:

{
  "backgroundColor": "#000000",
  "fontColor": "#9b74ff",
  "flickering": 0.5,
  "horizontalSync": 0,
  "staticNoise": 0.1019,
  "chromaColor": 1,
  "saturationColor": 1,
  "screenCurvature": 0,
  "glowingLine": 0,
  "burnIn": 0.051,
  "bloom": 0.5,
  "rasterization": 0,
  "jitter": 0.0478,
  "rbgShift": 0,
  "brightness": 0.4812,
  "contrast": 1,
  "ambientLight": 0.3503,
  "windowOpacity": 0,
  "fontName": "System: IBM Plex Mono Text",
  "fontWidth": 1,
  "margin": 1,
  "blinkingCursor": true,
  "frameMargin": 0,
  "name": "main",
  "version": 2
}
JumperTheHero commented 1 month ago

@justchokingaround Where is the config file located? I apologize if I am asking too much, lol. Thanks again for the speedy reply!

justchokingaround commented 1 month ago

store it wherever you want. cool-retro-term allows you to import any custom json file u have on ur computer after u right click on it

JumperTheHero commented 1 month ago

Cool! Thanks again!