Advertisement
drewstopherlee

settings.yaml

Apr 24th, 2024 (edited)
1,920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.12 KB | Software | 0 0
  1. ---
  2. # For configuration options and examples, please see:
  3. # https://gethomepage.dev/latest/configs/settings
  4.  
  5. ### Customization
  6. headerStyle: clean
  7. cardBlur: md
  8. theme: dark
  9. color: zinc
  10. fiveColumns: true
  11. quicklaunch:
  12.   searchDescriptions: true
  13.   hideInternetSearch: false
  14.   showSearchSuggestions: true
  15.   hideVisitURL: false
  16.  
  17. ### Providers
  18. providers:
  19.   openweathermap: apikeyapikeyapikeyapikeyapikey
  20.  
  21. ### Group layouts
  22. layout:
  23. ## Homepage
  24.   Management:
  25.     tab: Home
  26.     icon: mdi-monitor-dashboard
  27.   Virtualization:
  28.     tab: Home
  29.     icon: mdi-desktop-classic
  30.   Containerization:
  31.     tab: Home
  32.     icon: mdi-docker
  33.   Monitoring:
  34.     tab: Home
  35.     icon: mdi-message-alert
  36.   Network [local links only]:
  37.     tab: Home
  38.     icon: mdi-lan
  39.   Media:
  40.     tab: Home
  41.     icon: mdi-video-vintage
  42.     useEqualHeights: true
  43.     style: row
  44.     columns: 5
  45.   Smart Home:
  46.     tab: Home
  47.     icon: mdi-home-automation
  48.   Storage:
  49.     tab: Home
  50.     icon: mdi-folder-network
  51.   Business:
  52.     tab: Home
  53.     icon: mdi-briefcase-variant
  54.   Security:
  55.     tab: Home
  56.     icon: mdi-shield-lock-open
  57.   Automation:
  58.     tab: Home
  59.     icon: mdi-creation-outline
  60.   Other Devices & Miscellaneous:
  61.     tab: Home
  62.     icon: mdi-devices
  63.     useEqualHeights: true
  64.     style: row
  65.     columns: 5
  66.  
  67. ## Glances
  68.   Windows PC:
  69.     tab: Glances
  70.     useEqualHeights: true
  71.     style: row
  72.     columns: 4
  73.     initiallyCollapsed: true
  74.   Linux Server 1:
  75.     tab: Glances
  76.     useEqualHeights: true
  77.     style: row
  78.     columns: 4
  79.     initiallyCollapsed: true
  80.   Raspberry Pi:
  81.     tab: Glances
  82.     useEqualHeights: true
  83.     style: row
  84.     columns: 4
  85.     initiallyCollapsed: true
  86.   Apple Pi:
  87.     tab: Glances
  88.     useEqualHeights: true
  89.     style: row
  90.     columns: 4
  91.     initiallyCollapsed: true
  92.   Pumpkin Pi:
  93.     tab: Glances
  94.     useEqualHeights: true
  95.     style: row
  96.     columns: 4
  97.     initiallyCollapsed: true
  98.  
  99. ## Bookmarks
  100.   Developer:
  101.     icon: mdi-code-braces
  102.   Shopping:
  103.     icon: mdi-shopping
  104.   Social & Entertainment:
  105.     icon: mdi-popcorn
  106.   Subreddits (1):
  107.     icon: mdi-reddit
  108.   Subreddits (2):
  109.     icon: mdi-reddit
  110.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement