https://github.com/haideralipunjabi/polybar-qbittorrent
qBittorrent Module for Polybar
https://github.com/haideralipunjabi/polybar-qbittorrent
linux polybar polybar-config polybar-scripts qbittorrent qbittorrent-plugin qbittorrent-webui ricing
Last synced: 5 months ago
JSON representation
qBittorrent Module for Polybar
- Host: GitHub
- URL: https://github.com/haideralipunjabi/polybar-qbittorrent
- Owner: haideralipunjabi
- Created: 2020-05-21T07:09:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T14:29:30.000Z (over 4 years ago)
- Last Synced: 2024-11-15T01:33:09.256Z (5 months ago)
- Topics: linux, polybar, polybar-config, polybar-scripts, qbittorrent, qbittorrent-plugin, qbittorrent-webui, ricing
- Language: Python
- Size: 51.8 KB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- Awesome-Polybar - qBittorrent
README
# polybar-qbittorrent
[qBittorrent](https://github.com/qbittorrent/qBittorrent) module for [Polybar](https://github.com/jaagr/polybar)

## Dependencies
* [python3](https://www.python.org)
* Iosevka Nerd Font
* [qbittorrent-api](https://pypi.org/project/qbittorrent-api/)## Usage
Modify `polybar-qbittorrent` file to match your qBittorrent config:
``` python
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
``` bash
chmod +x polybar-qbittorrent
```Use it in your polybar `config` as
``` yaml
[module/qbittorrent]
type = custom/script
exec = "/path/to/polybar-qbittorrent"
interval = 0.1
````## Also See
[KDEConnect Module for Polybar](https://github.com/HackeSta/polybar-kdeconnect)