aboutsummaryrefslogtreecommitdiff
path: root/Common/powerline_config/themes/tmux/default.json
blob: d4af5954dc85241c1e82a33a32670144930263a0 (plain) (blame)
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
{
	"dividers": {
		"left": {
			"hard": " ",
			"soft": " "
		},
		"right": {
			"hard": " ",
			"soft": " "
		}
	},
	"segments": {
		"right": [
			{
				"function": "powerline.segments.common.time.date",
				"name": "time",
				"args": {
					"format": "%H:%M",
					"istime": true
				}
			},
			{
				"function": "powerline.segments.common.net.hostname"
			}
		]
	}
}