dotfiles/powerline/themes/tmux/default.json

30 lines
534 B
JSON
Raw Normal View History

2023-07-14 22:39:37 +02:00
{
"segments": {
"right": [
{
"function": "powerline.segments.common.net.external_ip"
},
{
"function": "powerline.segments.common.net.network_load"
},
{
"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"
},
{
"function": "powerline.segments.tmux.attached_clients"
}
]
}
}