Files
dotfiles/.config/powerline/themes/tmux/default.json
T
2021-03-22 16:02:35 +01:00

37 lines
655 B
JSON

{
"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",
"name": "date",
"args": {
"format": "%d.%m.%Y"
}
},
{
"function": "powerline.segments.common.bat.battery",
"name": "battery"
},
{
"function": "powerline.segments.common.time.date",
"name": "time",
"args": {
"format": "%H:%M",
"istime": true
}
},
{
"function": "powerline.segments.common.net.hostname"
}
]
}
}