No description
Find a file
2022-03-11 20:45:42 +00:00
.github Update issue templates 2021-08-02 23:34:51 +01:00
discover_overlay - Default config change: 2022-03-11 12:55:36 +00:00
docs Set theme jekyll-theme-slate 2022-03-04 11:22:14 +00:00
.gitignore make guild ids kinda working 2021-08-07 23:38:37 +02:00
CODING - Coding standard comments added 2020-10-20 14:26:33 +00:00
discover-overlay-default.png Replaced icons with better ones. 2022-02-10 17:00:09 +02:00
discover-overlay-default.svg Replaced icons with better ones. 2022-02-10 17:00:09 +02:00
discover-overlay-tray.png Replaced icons with better ones. 2022-02-10 17:00:09 +02:00
discover-overlay-tray.svg Replaced icons with better ones. 2022-02-10 17:00:09 +02:00
discover-overlay.png Replaced icons with better ones. 2022-02-10 17:00:09 +02:00
discover-overlay.svg Replaced icons with better ones. 2022-02-10 17:00:09 +02:00
discover_overlay.appdata.xml - Bump to 0.4.5 2022-03-11 20:45:42 +00:00
discover_overlay.desktop Merge .desktop files into a single menu entry 2021-04-02 23:57:08 +01:00
LICENSE Initial commit 2020-09-23 14:05:26 +01:00
README.md - Links in readme made into links 2022-03-11 16:24:15 +00:00
setup.py - Bump to 0.4.5 2022-03-11 20:45:42 +00:00

Discover

Yet another Discord overlay for Linux written in Python using GTK3.

Discover-Overlay is a GTK3 overlay written in Python3. It can be configured to show who is currently talking on discord or it can be set to display text and images from a preconfigured channel. It is fully customisable and can be configured to display anywhere on the screen. We fully support X11 and wlroots based environments. We felt the need to make this project due to the shortcomings in support on Linux by the official discord client.

Considerably lighter on system resources and less hack-and-slash included than discord-overlay.

Screenshot

Got a question about development or a feature request? Join our Discord! or open an issue on GitHub

Installing

Stable

python3 -m pip install discover-overlay

Latest Testing

git clone https://github.com/trigg/Discover.git
cd Discover
python3 -m pip install .

Externally Packaged

Note that while we list links to other locations to download, the version provided is unknown and often untested by us. Report bugs in these implementations to their respective project, not here.

Arch AUR

Stable Latest

Fedora
sudo yum copr enable mavit/discover-overlay
sudo yum install discover-overlay
Gentoo
sudo eselect repository enable guru
sudo emaint -r guru sync
sudo emerge net-voip/discover-overlay

Dependencies

Most requirements should be handled by pip.

A compositor is strongly advised but there is a non-compositor mode optionally

It is advised to install python-gobject from your system's own package manager.

Debian/Ubuntu

apt install python3-gi

Arch

pacman -S python-gobject

with Wayland support

pacman -S gtk-layer-shell

Usage

Run discover-overlay if this fails it is most likely in ~/.local/bin/discover-overlay

Comes with sane-enough default but has a configuration screen to tweak to your own use. Configuration can be reached either via System tray or by running discover-overlay --configure

Debugging

If you are trying to debug on VS Code you are likely to get the following message:

/usr/bin/python3: No module named discover_overlay.__main__; 'discover_overlay' is a package and cannot be directly executed

To get around this, copy the main file created by discover-overlay with cp $(which discover-overlay) /path/to/Discover/discover_overlay/__main__.py

Why do you keep making Discord Overlays?

I feel like I shouldn't have to at all! Until we get an official one I might just create a new one every few months. Look forward to Rust/Vulkan version coming in a few months. /s

Are you serious?

Generally, no.