cinaeco.json 461 B

12345678910111213141516171819202122232425
  1. {
  2. "segments": {
  3. "left": [
  4. {
  5. "function": "powerline.segments.common.net.hostname",
  6. "args": {
  7. "exclude_domain": true
  8. }
  9. }
  10. ],
  11. "right": [
  12. {
  13. "function": "powerline.segments.common.time.date"
  14. },
  15. {
  16. "function": "powerline.segments.common.time.date",
  17. "name": "time",
  18. "args": {
  19. "format": "%H:%M",
  20. "istime": true
  21. }
  22. }
  23. ]
  24. }
  25. }