polybar-qbittorrent
May 21, 2020 ยท View on GitHub
qBittorrent module for Polybar

Dependencies
- python3
- Iosevka Nerd Font
- qbittorrent-api
Usage
Modify polybar-qbittorrent file to match your qBittorrent config:
username=''
password=''
host='localhost'
port='8080'
By default, the module will not show if no torrent is active. Set display_without_active to True if you want to show it while no torrent is active
Make sure the polybar-qbittorrent is executable
chmod +x polybar-qbittorrent
Use it in your polybar config as
[module/qbittorrent]
type = custom/script
exec = "/path/to/polybar-qbittorrent"
interval = 0.1