aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/themes/shell/default.json
blob: 6246a964d658b6c4c8bd11fc4453b27e44193349 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
	"default_module": "powerline.segments.common",
	"segment_data": {
		"hostname": {
			"before": " ",
			"args": {
				"only_if_ssh": true
			}
		},
		"virtualenv": {
			"before": "ⓔ  "
		},
		"branch": {
			"before": " "
		}
	},
	"segments": {
		"left": [
			{
				"name": "hostname"
			},
			{
				"name": "user"
			},
			{
				"name": "virtualenv"
			},
			{
				"name": "cwd",
				"args": {
					"dir_limit_depth": 3
				}
			}
		],
		"right": [
			{
				"module": "powerline.segments.shell",
				"name": "last_pipe_status"
			},
			{
				"name": "branch"
			}
		]
	}
}