Skip to content

Twitch indicator for Linux. Tracks your followed channels and notifies when they go live.

License

GPL-3.0, Zlib licenses found

Licenses found

GPL-3.0
LICENSE.txt
Zlib
LICENSE-zlib.txt
Notifications You must be signed in to change notification settings

buzz/twitch-indicator

Repository files navigation

Twitch Indicator

This program is not affiliated, authorized, endorsed by, or in any way officially connected to Twitch.

screenshot 1 screenshot 2

Twitch Indicator for Linux. Tracks your followed channels and notifies when they go live.

Installation

Arch Linux

Available in AUR: twitch-indicator

Install using pipx

pipx handles virtual environment creation and package installation for you automatically.

# install package
$ pipx ensurepath
$ pipx install git+https://github.com/buzz/twitch-indicator

# install files
$ mkdir -p \
  $HOME/.local/share/applications \
  $HOME/.local/share/glib-2.0/schemas
$ wget -q \
  -O $HOME/.local/share/icons/twitch-indicator.svg \
  https://raw.githubusercontent.com/buzz/twitch-indicator/main/twitch_indicator/data/twitch-indicator.svg
$ wget -q \
  -O $HOME/.local/share/glib-2.0/schemas/apps.twitch-indicator.gschema.xml \
  https://raw.githubusercontent.com/buzz/twitch-indicator/main/data/apps.twitch-indicator.gschema.xml
$ wget -q \
  -O $HOME/.local/share/applications/twitch-indicator.desktop \
  https://raw.githubusercontent.com/buzz/twitch-indicator/main/data/twitch-indicator.desktop

# compile settings schema
$ glib-compile-schemas $HOME/.local/share/glib-2.0/schemas

Credits

Forked from twitch-indicator by Rolandas Barysas.

License

Licensed under GNU General Public License v3.0.

Previously licensed under zlib License.

About

Twitch indicator for Linux. Tracks your followed channels and notifies when they go live.

Topics

Resources

License

GPL-3.0, Zlib licenses found

Licenses found

GPL-3.0
LICENSE.txt
Zlib
LICENSE-zlib.txt

Stars

Watchers

Forks