Facebook
From 2k_x2, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 189
  1. settings.yaml:
  2.  
  3. title: xxxxxxxxxxxxxxxxxxxxx
  4.  
  5. layout:
  6.   Miscelaneous:
  7.     style: column
  8.     columns: 4
  9.   "":
  10.     style: row
  11.     columns: 1        
  12.  
  13. language: en      
  14.  
  15. providers:      
  16.   openweathermap: openweathermapapikey
  17.   weatherapi: weatherapiapikey        
  18.  
  19. fiveColumns: false                  
  20.  
  21. hideVersion: true            
  22.  
  23. showStats: false        
  24.  
  25. headerStyle: boxed
  26.  
  27.  
  28.  
  29. widget.yaml:
  30.  
  31. - greeting:
  32.     text_size: md  
  33.     text: xxxxxxxxxxx
  34.  
  35. - resources:
  36.     label: Processor
  37.     cpu: true
  38.     expanded: true
  39.  
  40. - resources:
  41.     label: RAM
  42.     memory: true
  43.     expanded: true
  44.  
  45. - resources:
  46.     label: Internal Disk
  47.     disk:
  48.       - /
  49.     expanded: true
  50.  
  51.  
  52. - resources:
  53.     label: External Disk
  54.     disk:
  55.       - /mnt/media
  56.     expanded: true
  57.  
  58. - resources:
  59.     cputemp: true
  60.     uptime: true
  61.     units: metric
  62.  
  63. - search:
  64.     provider: duckduckgo
  65.     focus: true
  66.     target: _blank
  67.  
  68. - openweathermap:
  69.     label: xxxxx #optional
  70.     latitude: xxxxxx
  71.     longitude: xxxxxx
  72.     units: xxxxxxx
  73.     apiKey: xxxxxxx
  74.     cache: 5
  75.  
  76. - datetime:
  77.     text_size: xl
  78.     format:
  79.       dateStyle: short
  80.       timeStyle: short
  81.       hour12: false
  82.