dot_files/.config/powerline/themes/tmux/default.json

27 lines
477 B
JSON

{
"segments": {
"left": [
{
"function": "powerline.segments.common.net.hostname",
"priority": 50
}
],
"right": [
{
"function": "powerline.segments.common.sys.uptime",
"priority": 50
},
{
"function": "powerline.segments.common.sys.system_load",
"priority": 50
},
{
"function": "powerline.segments.common.time.date",
"name": "time",
"args": {
"format": " %Y-%m-%d  %H:%M"
}
}
]
}
}