This program is not affiliated, authorized, endorsed by, or in any way officially connected to Twitch.
Twitch Indicator for Linux. Tracks your followed channels and notifies when they go live.
Available in AUR: twitch-indicator
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
Forked from twitch-indicator by Rolandas Barysas.
Licensed under GNU General Public License v3.0.
Previously licensed under zlib License.