nix/.config/powerline/themes/tmux/default.json
2020-10-22 10:23:28 -04:00

29 lines
504 B
JSON

{
"segments": {
"right": [
{
"function": "powerline.segments.common.sys.cpu_load_percent",
"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.bat.battery",
"priority": 50
},
{
"function": "powerline.segments.common.net.hostname"
}
]
}
}