Hack to "fix" theme after qBittorrent WebUI stopped support for translation in v4.5. NOTE: Not optimised, just a splice of the current WebUI 4.6 (with translation strings removed) and the nightwalker styles
A darker theme for qBittorrent WebUI (made with the help of the Walkerservers community)
- It's dark, but not black
- It has different colors for ratio-values (see screenshot)
- It has a mix of Fontawesome and custom icons
- Clone or download this repo as a .ZIP
- Move it somewhere where qBittorrent can find it.
cd /opt
sudo git clone https://github.com/CallMeBruce/nightwalker
sudo chmod -R 777 nightwalker
- Under
Tools->Preferences->WebUI
enableUse alternative WebUI
. - Choose a location that points to the
Nightwalker
folder, i.e./opt/nightwalker
- Restart qBittorrent or refresh your browser for changes to take effect.
You can also change these settings via the config file. The relevant entries are:
- WebUI\AlternativeUIEnabled=true
- WebUI\RootFolder=/path/to/Nightwalker
cd /opt/nightwalker
git checkout main
git fetch origin main
git reset --hard origin/main
Based on the standard qBittorrent WebUI theme (4.6 release).
A note for those who used the Theme Park nginx mod
Modify your nginx config and remove the lines that introduced the external css, anything after rewrite ^/qbittorrent/(.*) /$1 break;
(non inclusive) is something that can be removed. Do not leave -modded, or any other files that are not necessary for nginx to function in the /etc/nginx/apps/
directory. Reload nginx after making changes by doing sudo service nginx configtest
, if it returns OK, then proceed and do sudo service nginx reload
.
- The source of this fork nightwalker
- The Walkerservers (Discord) community
- glibN for the inspiration to use the Fontawesome pack
- Fontawesome for their great fonts
- qBittorrent for the base files