dotfiles/.config/powerline/themes/wm/exams.json

33 lines
849 B
JSON
Raw Normal View History

2017-10-20 17:05:04 +00:00
{
2017-11-03 13:37:38 -05:00
"segments": {
2017-10-20 17:05:04 +00:00
"left": [
{
"function": "powerline.segments.i3wm.mode"
},
{
"function": "powerline.segments.i3wm.workspaces"
}
],
2017-11-03 13:37:38 -05:00
"right": [
2017-10-20 17:05:04 +00:00
{
"function": "powerline-pulseaudio.segments.mute"
},
{
"function": "powerline-pulseaudio.segments.volume"
},
{
"function": "powerline.segments.common.bat.battery"
},
{
"function": "powerline.segments.common.sys.cpu_load_percent"
},
2017-11-03 13:37:38 -05:00
{
"function": "powerline.segments.common.time.date",
"args": {
"format": "%Y-%m-%d %H:%M:%S"
}
}
]
}
2017-10-20 17:05:04 +00:00
}