Advertisement
Guest User

status.toml

a guest
Oct 30th, 2018
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. theme = "modern"
  2. icons = "awesome"
  3.  
  4. [[block]]
  5. block = "weather"
  6. format = "{weather} ({location}) {temp}°, {wind} m/s {direction}"
  7. service = { name = "openweathermap", api_key = "", city_id = "", units = "metric" }
  8.  
  9. [[block]]
  10. block = "temperature"
  11. collapsed = false
  12. interval = 10
  13. format = "{max}°"
  14.  
  15. #[[block]]
  16. #block = "memory"
  17. #display_type = "memory"
  18. #format_mem = "{Mup}%"
  19. #format_swap = "{SUp}%"
  20.  
  21. [[block]]
  22. block = "cpu"
  23. interval = 1
  24.  
  25. #[[block]]
  26. #block = "load"
  27. #interval = 1
  28. #format = "{1m}"
  29.  
  30. [[block]]
  31. block = "time"
  32. interval = 60
  33. format = "%a %d/%m %R"
  34.  
  35. [[block]]
  36. block = "sound"
  37.  
  38. [[block]]
  39. block = "backlight"
  40.  
  41. [[block]]
  42. block = "battery"
  43. interval = 10
  44. format = "{percentage}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement