summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/ascii.json
blob: 0ea05e752d0eaca9e591069006266a4faa915ed4 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
	"use_non_breaking_spaces": false,
	"dividers": {
		"left": {
			"hard": " ",
			"soft": "| "
		},
		"right": {
			"hard": " ",
			"soft": " |"
		}
	},
	"spaces": 1,
	"segment_data": {
		"branch": {
			"before": "BR "
		},
		"stash": {
			"before": "ST "
		},
		"cwd": {
			"args": {
				"ellipsis": "..."
			}
		},
		"player": {
			"args": {
				"state_symbols": {
					"fallback": "",
					"play":     ">",
					"pause":    "~",
					"stop":     "X"
				}
			}
		},

		"line_current_symbol": {
			"contents": "LN "
		},

		"time": {
			"before": ""
		},

		"powerline.segments.common.net.network_load": {
			"args": {
				"recv_format": "DL {value:>8}",
				"sent_format": "UL {value:>8}"
			}
		},
		"powerline.segments.common.net.hostname": {
			"before": "H "
		},
		"powerline.segments.common.bat.battery": {
			"args": {
				"full_heart": "O",
				"empty_heart": "O",
				"online": "C",
				"offline": " "
			}
		},
		"powerline.segments.common.sys.uptime": {
			"before": "UP  "
		},
		"powerline.segments.common.mail.email_imap_alert": {
			"before": "MAIL "
		},
		"powerline.segments.common.env.virtualenv": {
			"before": "(e) "
		},
		"powerline.segments.common.wthr.weather": {
			"args": {
				"icons": {
					"day":           "DAY",
					"blustery":      "WIND",
					"rainy":         "RAIN",
					"cloudy":        "CLOUDS",
					"snowy":         "SNOW",
					"stormy":        "STORM",
					"foggy":         "FOG",
					"sunny":         "SUN",
					"night":         "NIGHT",
					"windy":         "WINDY",
					"not_available": "NA",
					"unknown":       "UKN"
				},
				"temp_format": "{temp:.0f} C"
			}
		},
		"powerline.segments.common.time.fuzzy_time": {
			"args": {
				"unicode_text": false
			}
		},

		"powerline.segments.vim.mode": {
			"args": {
				"override": {
					"n":  "NORMAL",
					"no": "N-OPER",
					"v":  "VISUAL",
					"V":  "V-LINE",
					"^V": "V-BLCK",
					"s":  "SELECT",
					"S":  "S-LINE",
					"^S": "S-BLCK",
					"i":  "INSERT",
					"ic": "I-COMP",
					"ix": "I-C_X ",
					"R":  "RPLACE",
					"Rv": "V-RPLC",
					"Rc": "R-COMP",
					"Rx": "R-C_X ",
					"c":  "COMMND",
					"cv": "VIM-EX",
					"ce": "NRM-EX",
					"r":  "PROMPT",
					"rm": "-MORE-",
					"r?": "CNFIRM",
					"!":  "!SHELL",
					"t":  "TERM  "
				}
			}
		},
		"powerline.segments.vim.visual_range": {
			"args": {
				"CTRL_V_text": "{rows} x {vcols}",
				"v_text_oneline": "C:{vcols}",
				"v_text_multiline": "L:{rows}",
				"V_text": "L:{rows}"
			}
		},
		"powerline.segments.vim.readonly_indicator": {
			"args": {
				"text": "RO"
			}
		},
		"powerline.segments.vim.modified_indicator": {
			"args": {
				"text": "+"
			}
		},

		"powerline.segments.i3wm.scratchpad": {
			"args": {
				"icons": {
					"fresh": "O",
					"changed": "X"
				}
			}
		}
	}
}