Konfiguration: galleri med sex configvarianter (live-omladdade)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@@ -87,3 +87,73 @@ Hela referensen med **alla** nycklar finns på [Användning](Användning).
|
|||||||
waydock --log debug # pratig logg till terminalen
|
waydock --log debug # pratig logg till terminalen
|
||||||
waydock --log-file ~/.cache/waydock.log # eller till fil
|
waydock --log-file ~/.cache/waydock.log # eller till fil
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Galleri — samma dock, olika config
|
||||||
|
|
||||||
|
Alla bilder nedan är **samma körande instans** — bara configfilen ändrades
|
||||||
|
mellan bilderna (live-omladdningen gör resten). Utdragen visar nycklarna
|
||||||
|
som skiljer från standard.
|
||||||
|
|
||||||
|
### Standard
|
||||||
|
Nere, centrerad ö, mörk `#222222` med röd accent.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Blått glas
|
||||||
|
Mer transparens, större ikoner och mjukare radie.
|
||||||
|
|
||||||
|
```jsonc
|
||||||
|
"margin": 16,
|
||||||
|
"appearance": { "background": "#0e1624", "opacity": 0.55,
|
||||||
|
"corner_radius": 22, "accent": "#5a8dd6",
|
||||||
|
"icon_size": 46, "icon_spacing": 10 }
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Dockad i toppen
|
||||||
|
`"position": "top"` — grönt tema med mindre ikoner.
|
||||||
|
|
||||||
|
```jsonc
|
||||||
|
"position": "top",
|
||||||
|
"appearance": { "background": "#0f1a12", "accent": "#5fb878", "icon_size": 32 }
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Vänsterjusterad
|
||||||
|
Ön ligger mot vänsterkanten med egen startmarginal.
|
||||||
|
|
||||||
|
```jsonc
|
||||||
|
"alignment": "start",
|
||||||
|
"margin_start": 16,
|
||||||
|
"appearance": { "background": "#241a10", "accent": "#e0a458" }
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Expanderad panel
|
||||||
|
`"expand": true` — täcker hela kanten, klassisk panel-look
|
||||||
|
(radie 0, skugga av, kant i kant med `"margin": 0`).
|
||||||
|
|
||||||
|
```jsonc
|
||||||
|
"expand": true,
|
||||||
|
"margin": 0,
|
||||||
|
"appearance": { "corner_radius": 0, "opacity": 0.88,
|
||||||
|
"shadow": { "enabled": false } }
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Vertikal på vänsterkanten
|
||||||
|
`"position": "left"` — ikonerna staplas vertikalt.
|
||||||
|
|
||||||
|
```jsonc
|
||||||
|
"position": "left",
|
||||||
|
"appearance": { "background": "#1c1424", "accent": "#b168d9" }
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Kombinera fritt — och med [per skärm](#per-skärm)-överridar kan varje
|
||||||
|
skärm ha sitt eget utseende samtidigt.
|
||||||
|
|||||||
BIN
galleri-blatt-glas.png
Normal file
BIN
galleri-blatt-glas.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 292 KiB |
BIN
galleri-expanderad-panel.png
Normal file
BIN
galleri-expanderad-panel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 281 KiB |
BIN
galleri-gron-topp.png
Normal file
BIN
galleri-gron-topp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 290 KiB |
BIN
galleri-standard.png
Normal file
BIN
galleri-standard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 291 KiB |
BIN
galleri-vansterjusterad.png
Normal file
BIN
galleri-vansterjusterad.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 293 KiB |
BIN
galleri-vertikal-lila.png
Normal file
BIN
galleri-vertikal-lila.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 290 KiB |
Reference in New Issue
Block a user