This file is indexed.

/usr/share/powerline/config_files/themes/wm/default.json is in powerline 1.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
	"segments": {
		"right": [
			{
				"function": "powerline.segments.common.wthr.weather",
				"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.mail.email_imap_alert",
				"priority": 10,
				"args": {
					"username": "",
					"password": ""
				}
			}
		]
	}
}