32 lines
566 B
JSON
32 lines
566 B
JSON
{
|
|
"segments": {
|
|
"right": [
|
|
{
|
|
"function": "powerline.segments.common.bat.battery",
|
|
"priority": 50,
|
|
"args": {
|
|
"offline": "▽",
|
|
"online": "◉"
|
|
}
|
|
},
|
|
{
|
|
"function": "powerline.segments.common.sys.system_load",
|
|
"priority": 50
|
|
},
|
|
{
|
|
"function": "powerline.segments.common.time.date"
|
|
},
|
|
{
|
|
"function": "powerline.segments.common.time.date",
|
|
"name": "time",
|
|
"args": {
|
|
"format": "%H:%M",
|
|
"istime": true
|
|
}
|
|
},
|
|
{
|
|
"function": "powerline.segments.common.net.hostname"
|
|
}
|
|
]
|
|
}
|
|
}
|