aboutsummaryrefslogtreecommitdiff
path: root/i3/.config/i3/bar/themes/icons/ascii.json
blob: 9b03a4622b7948ce21d30de33d336a2e55833a36 (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
{
	"defaults": {
		"padding": " "
	},
	"memory": { "prefix": "ram" },
	"cpu": { "prefix": "cpu" },
	"disk": { "prefix": "hdd" },
	"dnf": { "prefix": "dnf" },
	"brightness": { "prefix": "o" },
	"cmus": {
		"playing": { "prefix": ">" },
		"paused": { "prefix": "||" },
		"stopped": { "prefix": "[]" },
		"prev": { "prefix": "|<" },
		"next": { "prefix": ">|" },
		"shuffle-on": { "prefix": "S" },
		"shuffle-off": { "prefix": "[s]" },
		"repeat-on": { "prefix": "R" },
		"repeat-off": { "prefix": "[r]" }
	},
	"pasink": {
		"muted": { "prefix": "audio(mute)" },
		"unmuted": { "prefix": "audio" }
	},
	"amixer": {
		"muted": { "prefix": "audio(mute)" },
		"unmuted": { "prefix": "audio" }
	},
	"pasource": {
		"muted": { "prefix": "mic(mute)" },
		"unmuted": { "prefix": "mic" }
	},
	"nic": {
		"wireless-up": { "prefix": "wifi" },
		"wireless-down": { "prefix": "wifi" },
		"wired-up": { "prefix": "lan" },
		"wired-down": { "prefix": "lan" },
		"tunnel-up": { "prefix": "tun" },
		"tunnel-down": { "prefix": "tun" }
	},
	"battery": {
		"charged": { "suffix": "full" },
		"charging": { "suffix": "chr" },
		"AC": { "suffix": "ac" },
		"discharging-10": {
			"prefix": "!",
			"suffix": "dis"
		},
		"discharging-25": { "suffix": "dis" },
		"discharging-50": { "suffix": "dis" },
		"discharging-80": { "suffix": "dis" },
		"discharging-100": { "suffix": "dis" }
	},
	"caffeine": {
		"activated": {"prefix": "caf-on" }, "deactivated": { "prefix": "caf-off " }
	},
	"xrandr": {
		"on": { "prefix": " off "}, "off": { "prefix": " on "}
	},
	"redshift": {
		"day": { "prefix": "day" }, "night": { "prefix": "night" }, "transition": { "prefix": "trans" }
	},
	"sensors": {
		"prefix": "sensors"
	},
	"traffic": {
		"rx": { "prefix": "down"},
		"tx": { "prefix": "up"}
	}
}