Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.04 KB

SUPERSEDED BY https://gitlab.com/indeedwatson/polybar_twitch/-/tree/master


View and launch online Twitch streams.

Dependencies

Installation

git clone https://github.com/indeedwatson/rofi-twitch/
cd rofi-twitch
chmod +x rofi-twitch

Copy the sample settings file to ~/.config/rofi-twitch/ and edit it with your Twitch username. You can also add aliases for your most viewed channels to save those precious keystrokes.

Usage

  • Call rofi-twitch to get rofi to list online channels. Select a channel or press Esc to exit.
  • Call rofi-twitch channelname to directly launch streamlink with the desired channel

If you want to use it with rofi-bangs:

# launch twitch channels
COMMANDS["twitch"]="rofi-twitch \${input}"
LABELS["twitch"]=""