sunhat/configs/dotfiles/powerline/themes/wm/default.json

18 lines
253 B
JSON
Raw Normal View History

2024-06-09 04:16:43 -05:00
{
"segments": {
"right": [
{
"function": "powerline.segments.common.time.date"
},
{
"function": "powerline.segments.common.time.date",
"name": "time",
"args": {
"format": "%H:%M",
"istime": true
}
}
]
}
}