summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/wm/default.json
blob: 3d468b49ae577b7ebff19aeb6850224de8b302e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"segments": {
		"right": [
			{
				"function": "powerline.segments.common.time.date"
			},
			{
				"function": "powerline.segments.common.time.date",
				"name": "time",
				"args": {
					"format": "%H:%M",
					"istime": true
				}
			}
		]
	}
}