This is a very minimal qbtheme for qBittorrent that brings back the compact layout for the transfer list from pre-4.2.2.
Get the .qbtheme file from this repo by cloning it or from the Releases page.
With a python3 executable called python
, run compile.bat
.
Due to the minimal nature of this repository, it also serves as a useful starting point for new theme developers. Here's what you need to know about qBittorrent theming:
.qbtheme
files are binary resource packages for Qt, and they are compiled using the Resource Compiler (rcc
) tool.make-resource.py
(by @jagannatharjun) is a wrapper forrcc
specifically designed for qBittorrent, which makes compilation as easy as calling the python file with input and output file arguments.
To get started with making your own style:
git clone
this repository to your file system.- Edit
style.qss
to your liking. Although I haven't tried, you can certainly include custom icon assets to your compilation. Take a look at other developers for examples. - Compile using
compile.bat
.