Guest User

settings.yaml

a guest
May 3rd, 2026
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. ---
  2.  
  3.  
  4. title: Home Network
  5. favicon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/home-assistant.png
  6. theme: dark
  7. color: slate
  8. headerStyle: boxedWidgets
  9.  
  10. language: en
  11. useEqualHeights: true
  12. statusStyle: dot
  13.  
  14. quicklaunch:
  15. searchDescriptions: true
  16. hideInternetSearch: false
  17. showSearchSuggestions: true
  18. hideVisitURL: false
  19. provider: google
  20.  
  21. logpath: /config/logs/
  22.  
  23. layout:
  24.  
  25. # ── Tab: Home ──────────────────────────────────────────────────
  26.  
  27. Top:
  28. tab: Home
  29. style: row
  30. columns: 3
  31.  
  32. Media:
  33. tab: Home
  34. style: column
  35.  
  36. Services:
  37. tab: Home
  38. style: column
  39.  
  40. Network:
  41. tab: Home
  42. style: column
  43.  
  44. DNS:
  45. tab: Home
  46. style: column
  47.  
  48. Quick Links:
  49. tab: Home
  50. style: row
  51. columns: 4
  52.  
  53. # ── Tab: Arr Stack ─────────────────────────────────────────────
  54. # Three side-by-side columns: left apps | calendar | right apps
  55. # "Arr Left" and "Arr Right" headers are hidden via CSS
  56.  
  57. Arr Left:
  58. tab: Arr Stack
  59. style: column
  60.  
  61. Calendar:
  62. tab: Arr Stack
  63. style: column
  64.  
  65. Arr Right:
  66. tab: Arr Stack
  67. style: column
  68.  
Advertisement
Add Comment
Please, Sign In to add comment