24 lines
685 B
YAML
24 lines
685 B
YAML
# --- Layout & UI ---
|
|
layout:
|
|
Media:
|
|
style: row
|
|
columns: 4
|
|
Monitoring:
|
|
style: row
|
|
columns: 3
|
|
|
|
headerStyle: branched # Makes the top look cleaner
|
|
statusStyle: dot # Clean green/red dots for service health
|
|
favicon: https://traefik.io/favicon.ico
|
|
|
|
# --- Behavioral ---
|
|
fixedHeader: true # Keeps search/weather/stats at the top while scrolling
|
|
target: _blank # Opens all links in a new tab (so you don't lose the dash)
|
|
|
|
# --- Theme & Visuals ---
|
|
color: slate # A nice, professional dark theme
|
|
shades:
|
|
900: "#0f172a" # Deepens the background color
|
|
|
|
# Since we are using Open-Meteo in widgets.yaml, we don't need the providers block here.
|