Skip to content

haideralipunjabi/polybar-qbittorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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