• This repository has been archived on 28/Nov/2023
  • Stars
    star
    204
  • Rank 190,998 (Top 4 %)
  • Language
    Python
  • License
    Other
  • Created over 4 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A QT/X11 based Discord overlay

Discord overlay is deprecated

We are now developing Discover Overlay. We strongly advise you try that instead!

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