Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 949 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 949 Bytes

Kate discord RPC plugin


Simple plugin to add discord rich presence for kate :3

Screenshot of the plugin on a discord profile


Compilation instructions

Dependencies: a c++ compiler, cmake, Qt and KDE frameworks headers

run:

cmake -B build
cmake --build build
sudo cmake --install build

this should install a single file to the KF6 KTextEditor plugin path

(/usr/lib/qt6/plugins/kf6/ktexteditor/katediscordrpcplugin.so on arch for example, different distros may have different paths)

to uninstall it simply remove that file


TODO:

  • Config GUI to format the presence fields
  • More fields if possible (session name, LSP errors amount, language, etc...)
  • Idle detection
  • What to show when the formatted fields only have empty variables
  • Installation instructions
  • A Pacman PKGBUILD (if someone wants to PR packaging files for other distros feel free)