Darkhogg / DiscordOverlayLinux

A QT/X11 based Discord overlay

Home Page:https://github.com/trigg/DiscordOverlayLinux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Overlay for Linux

A QT browser window to overlay Discord activity over the screen. Screenshot Witch It Configuration

Dependencies

Python pip will deal with dependencies, but for posterity the script needs

qt5-webengine pyqt5 python-pyqtwebengine python-pyxdg

Installation

Manual

git clone https://github.com/trigg/DiscordOverlayLinux.git
cd DiscordOverlayLinux
python -m pip install PyQtWebEngine
python -m pip install .

Usage

On first use a window will show with two buttons "Layout" and "Position"

The first allows you to choose which widget you want to use as your overlay, and make any changes to the style.

The second shows you which display and where on it the overlay will be placed.

Extra Overlays can be added at will

Known Issues

  • Unexpected Discord crashes will leave the overlay in the state it was last showing.
  • As this uses Discords StreamKit under the hood there is no way to interact with the overlay itself.

Tested configurations

  • Wayfire/Wayland - Works
  • Openbox/X11 - Works
  • Gnome/X11 - Works
  • Gnome/Wayland - Works

About

A QT/X11 based Discord overlay

https://github.com/trigg/DiscordOverlayLinux

License:Other


Languages

Language:Python 100.0%