diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f235eee..2e47bb64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,4 +20,4 @@ jobs: run: | curl -X GET "https://api.cloudflare.com/client/v4/user/tokens/verify" \ -H "Authorization: Bearer ${{ secrets.CLOUDFLARE_CACHE_PURGE }}" \ - -H "Content-Type:application/json" \ No newline at end of file + -H "Content-Type:application/json" diff --git a/docs/themes/addons/whisparr/whisparr-4k-logo/desktop.png b/docs/themes/addons/whisparr/whisparr-4k-logo/desktop.png new file mode 100644 index 00000000..403158b4 Binary files /dev/null and b/docs/themes/addons/whisparr/whisparr-4k-logo/desktop.png differ diff --git a/docs/themes/addons/whisparr/whisparr-4k-logo/index.md b/docs/themes/addons/whisparr/whisparr-4k-logo/index.md new file mode 100644 index 00000000..cbf41b82 --- /dev/null +++ b/docs/themes/addons/whisparr/whisparr-4k-logo/index.md @@ -0,0 +1,36 @@ +# Whisparr 4K logo + +Adds the gold 4K mark to the purple Whisparr logo in the header, mobile menu, +loading screen, and login page. Supports Whisparr v2 and v3. + +![Whisparr 4K logo](desktop.png) + +![Whisparr 4K logo in the mobile menu](mobile.png) + +## Setup + +### Docker mod and Hotio + +Add `TP_ADDON=whisparr-4k-logo` to your existing theme.park configuration and +recreate the container. Separate multiple addons with `|`. + +For Hotio, follow the [startup script setup](../../../../setup.md#hotio-containers-s6-overlay-v3-images) +and set `TP_HOTIO=true`. + +### Reverse proxy + +Add this stylesheet after your Whisparr theme: + +```html + +``` + +Inject before ``, as required by the [Whisparr setup](../../../whisparr.md). + +### Stylus + +Add this import after your theme import: + +```css +@import url("https://theme-park.dev/css/addons/whisparr/whisparr-4k-logo/whisparr-4k-logo.css"); +``` diff --git a/docs/themes/addons/whisparr/whisparr-4k-logo/mobile.png b/docs/themes/addons/whisparr/whisparr-4k-logo/mobile.png new file mode 100644 index 00000000..5a819d76 Binary files /dev/null and b/docs/themes/addons/whisparr/whisparr-4k-logo/mobile.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 994e1911..4ce80a16 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -144,6 +144,7 @@ nav: Prowlarr: Prowlarr Darker: themes/addons/prowlarr/prowlarr-darker/index.md Whisparr: + Whisparr 4K Logo: themes/addons/whisparr/whisparr-4k-logo/index.md Whisparr Darker: themes/addons/whisparr/whisparr-darker/index.md Alternative Calendar: themes/addons/whisparr/alt-calendar/index.md Organizr: themes/addons/organizr/index.md @@ -267,6 +268,8 @@ extra: Prowlarr Darker: path: themes/addons/prowlarr/prowlarr-darker whisparr: + Whisparr 4K Logo: + path: themes/addons/whisparr/whisparr-4k-logo Whisparr Darker: path: themes/addons/whisparr/whisparr-darker Alternative Calendar: