qBittorrent module for Polybar
- python3
- Iosevka Nerd Font
- qbittorrent-api
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-qbittorrentUse it in your polybar config as
[module/qbittorrent]
type = custom/script
exec = "/path/to/polybar-qbittorrent"
interval = 0.1