You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

43 lines
866 B

  1. {
  2. "title" : "My Homepage",
  3. "unlock_pattern" : "space",
  4. "clock_format" : "H:i j/n/Y",
  5. "custom_url" : "",
  6. "custom_url_selector" : "",
  7. "custom_url_headers" : [],
  8. "unsplash_client_id" : "",
  9. "time_to_refresh_bg" : 20000,
  10. "idle_timer" : 60000,
  11. "items" : [
  12. {
  13. "alt" : "Facebook",
  14. "icon" : "facebook",
  15. "link" : "http://facebook.com"
  16. },
  17. {
  18. "alt" : "Twitter",
  19. "icon" : "twitter",
  20. "link" : "http://twitter.com"
  21. },
  22. {
  23. "alt" : "Trello",
  24. "icon" : "trello",
  25. "link" : "http://trello.com"
  26. },
  27. {
  28. "alt" : "TTRSS",
  29. "icon" : "rss",
  30. "link" : "{{cur}}/ttrss"
  31. },
  32. {
  33. "alt" : "phpMyAdmin",
  34. "icon" : "database",
  35. "link" : "{{cur}}:3306/phpMyAdmin"
  36. },
  37. {
  38. "alt" : "Plex",
  39. "icon" : "film",
  40. "link" : "{{cur}}:32400/web/"
  41. }
  42. ]
  43. }