0
0
.dotfiles/powerline-bin/powerline/config_files/themes/tmux/default.json

29 lines
498 B
JSON
Raw Permalink Normal View History

2024-09-07 11:49:53 -04:00
{
"segments": {
"right": [
{
"function": "powerline.segments.common.sys.uptime",
"priority": 50
},
{
"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"
}
]
}
}