qbittorrent icon indicating copy to clipboard operation
qbittorrent copied to clipboard

Support webUI

Open alexsalex opened this issue 1 year ago • 7 comments

subj

alexsalex avatar Sep 20 '23 06:09 alexsalex

QBittorrent has a catppuccin theme for theme.park

Though I do have to note that setting up currently difficult and requires either a webserver, or github pages.

Useful Links:

  • Setup theme.park: https://docs.theme-park.dev/setup/
  • QBittorrent theme: https://docs.theme-park.dev/themes/qbittorrent/
  • Custom Themes: https://docs.theme-park.dev/custom/

rubyowo avatar Nov 16 '23 12:11 rubyowo

Though I do have to note that setting up currently difficult and requires either a webserver, or github pages.

It's worth mentioning that Catppuccin has been upstreamed as a community theme on theme.park, which I think should resolve the need for a webserver or GitHub pages here.

sgoudham avatar Sep 01 '24 03:09 sgoudham

still feels like a lot of troubles just to install a theme on Qbit... I personally don't care at all theming my other apps, so it feels like an unnecessary overhead just for a Qbit theme :/

iwa avatar Sep 06 '24 17:09 iwa

still feels like a lot of troubles just to install a theme on Qbit... I personally don't care at all theming my other apps, so it feels like an unnecessary overhead just for a Qbit theme :/

Including a theme for the WebUI seems like it introduces a high maintenance burden (from looking at other themes) that I'm personally not interested in adding support for it.

It'd be nice if someone could confirm that a theme can be used via theme.park as mentioned above.

sgoudham avatar Sep 23 '24 00:09 sgoudham

qbitweb-catppuccin-mocha

This is qbit web with catppuccin-mocha from theme.park for v4.6.5 running qbit in a docker container from linuxserver, it can also be installed with just these env variables:

  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:4.6.5
    environment:
      - DOCKER_MODS=ghcr.io/themepark-dev/theme.park:qbittorrent
      - QBITTORRENT_VERSION=4.6.5
      - TP_COMMUNITY_THEME=true
      - TP_THEME=catppuccin-mocha

alternatively, it can also be easily installed via stylus, just add this to a new style:

@import "https://theme-park.dev/css/base/qbittorrent/catppuccin-mocha.css";

no need to self host anything or use github pages

arminius-smh avatar Sep 30 '24 20:09 arminius-smh

I run qbittorrent as a Proxmox LXC, not using Docker. Anyone tips on how to get the theme loaded? Tried manually placing the style files and looked at stylus but to no avail :(

BartRoozen avatar Oct 02 '24 22:10 BartRoozen

I run qbittorrent as a Proxmox LXC, not using Docker. Anyone tips on how to get the theme loaded? Tried manually placing the style files and looked at stylus but to no avail :(

If you go to the address of the webui in a new tab, stylus should work regardless of the installation, did you save the style and reload the site etc.?

2024-10-03_00-45-38_screenshot If you're on the site of the webui should show that it gets applied, and then just work (or if not, could you provide some more info about your setup, like what qbit version are you running?)

arminius-smh avatar Oct 02 '24 22:10 arminius-smh

Thank you @arminius-smh for demonstrating an example of how it can be used. I'll be closing this issue as part of merging #24 since, as far as I'm concerned, the webui aspect of this is supported via theme.park.

sgoudham avatar Oct 05 '24 17:10 sgoudham