haideralipunjabi / polybar-qbittorrent

qBittorrent Module for Polybar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polybar-qbittorrent

qBittorrent module for Polybar

screenshot

Dependencies

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

Also See

KDEConnect Module for Polybar

About

qBittorrent Module for Polybar


Languages

Language:Python 100.0%