HikariKnight / FetchCord

FetchCord grabs your OS info and displays it as Discord Rich Presence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FetchCord

Fetchcord grabs information about your distribution and displays it as Discord Rich Presence.

Examples

ubuntu with budgie macos with a macbook OpenSUSE with gnome

amd with nvidia

What works

  • Distribution detection

  • Distribution Version

  • Package detection

  • Kernel Detection

  • Uptime

  • Detecting Window Manager/Desktop Environment

  • Detecting GPU/CPU and display it in a cycle (thanks to Hyper-KVM)

To-Do

  • Add more distributions (If your distro is not supported open an issue)

  • Detect Window Manager/Desktop Environment version

  • Add Flatpak/Snap support

  • Add support for desktop icon use

  • More CPUs, ex. Pentium, Older AMD CPUs

  • More GPUs?

Running on (GNU/)Linux

To install the script, run sudo ./install.sh.

To run the script simply run fetchcord, python 3.8 should have the distro module but if you get an error install it via pip, pip3 install distro

python3.8 needs the distro module. If you get an error, install it via pip: pip3 install distro

Running on MacOS

To install the script, run sudo ./macinstall.sh.

Run python3 -u -m fetch_cord.macos-rpc.py.

Other Examples

Arch with awesome Debian with Cinnamon Fedora with xfce

manjaro with i3 mint with mate popos with kde

void with dwm endeabour with deepinde centos with unity

About

FetchCord grabs your OS info and displays it as Discord Rich Presence

License:MIT License


Languages

Language:Python 96.5%Language:Shell 3.5%