Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
-H "Content-Type:application/json"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions docs/themes/addons/whisparr/whisparr-4k-logo/index.md
Original file line number Diff line number Diff line change
@@ -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
<link rel="stylesheet" href="https://theme-park.dev/css/addons/whisparr/whisparr-4k-logo/whisparr-4k-logo.css">
```

Inject before `</body>`, 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");
```
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
Loading