default.json 394 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "default_module": "powerline.segments.common",
  3. "segments": {
  4. "right": [
  5. {
  6. "function": "uptime",
  7. "priority": 50
  8. },
  9. {
  10. "function": "system_load",
  11. "priority": 50
  12. },
  13. {
  14. "function": "date"
  15. },
  16. {
  17. "function": "date",
  18. "name": "time",
  19. "args": {
  20. "format": "%H:%M",
  21. "istime": true
  22. }
  23. },
  24. {
  25. "function": "hostname"
  26. }
  27. ]
  28. }
  29. }