Advertisement
Emphasising

Untitled

Feb 9th, 2023
1,463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.81 KB | None | 0 0
  1. ---
  2. # For configuration options and examples, please see:
  3. # https://gethomepage.dev/en/configs/widgets
  4.  
  5. - logo:
  6.  #icon: https://i.imgur.com/Iy7dhFa.png # optional
  7.  
  8. - resources:
  9.     cpu: true
  10.     memory: true
  11.     disk: /mnt/disk1/
  12.  
  13. - search:
  14.     provider: google # google, duckduckgo, bing, baidu, brave or custom
  15.     focus: true # Optional, will set focus to the search bar on page load
  16.     target: _blank # One of _self, _blank, _parent or _top
  17.  
  18. - openweathermap:
  19.     label: Tapping #optional
  20.     latitude: -31.721630
  21.     longitude: 115.788589
  22.     units: metric # or imperial
  23.     apiKey: 3d63ae074f64a687a7f80dde704acee4
  24.     cache: 5 # Time in minutes to cache API responses, to stay within limits
  25.  
  26. - datetime:
  27.     text_size: 2xl
  28.     # 1:37 PM
  29.     format:
  30.       timeStyle: short
  31.       hour12: true
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement