| 12345678910111213141516171819202122232425 |
- {
- "segments": {
- "left": [
- {
- "function": "powerline.segments.common.net.hostname",
- "args": {
- "exclude_domain": true
- }
- }
- ],
- "right": [
- {
- "function": "powerline.segments.common.time.date"
- },
- {
- "function": "powerline.segments.common.time.date",
- "name": "time",
- "args": {
- "format": "%H:%M",
- "istime": true
- }
- }
- ]
- }
- }
|