Skip to content

A dark but not black qBittorrent WebUI

Notifications You must be signed in to change notification settings

gl0ryus/nightwalker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fixed scrollbar to work on firefox (Thank you BP) Changed colors to be world of warcraft themed.

A Dark but not black qBittorrent WebUI

A darker theme for qBittorrent WebUI (made with the help of the Walkerservers community)

preview

Features

  • It's dark, but not black
  • It has different colors for ratio-values (see screenshot)
  • It has a mix of Fontawesome and custom icons

Installation

Clone this repo (Windows)

  1. Clone or download this repo as a .ZIP
  2. Move it somewhere where qBittorrent can find it.
  3. Ensure you use a trailing slash.

Clone this repo (Linux)

  1. sudo git clone https://github.com/gl0ryus/nightwalker.git /opt/nightwalker
  2. sudo chown -R nobody:nogroup /opt/nightwalker/

Activate Alterative WebUI in qBittorrent

  1. Under Tools->Preferences->WebUI enable Use alternative WebUI.
  2. Choose a location that points to the nightwalker folder, i.e. /opt/nightwalker/
  3. 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=/opt/nightwalker/

Update theme (Linux)

  1. git -C /opt/nightwalker checkout main
  2. git -C /opt/nightwalker fetch origin main
  3. git -C /opt/nightwalker reset --hard origin/main
  4. sudo chown -R nobody:nogroup /opt/nightwalker

Tested

Based on the standard qBittorrent WebUI theme (4.3.8 release). Tested in Updated to 4.3.8

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.

Credits

  • The Walkerservers (Discord) community
  • glibN for the inspiration to use the Fontawesome pack
  • Fontawesome for their great fonts
  • qBittorrent for the base files

About

A dark but not black qBittorrent WebUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.9%
  • HTML 41.7%
  • CSS 9.4%