summaryrefslogtreecommitdiff
path: root/icons/16x16-general/monitoring.xpm
blob: 961fc739f74d8e1a4ac9c8d43b09d761a864f298 (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
/* XPM */
static char * mini_graph_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"16 16 7 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c black",
"X	s iconColor8	m black	c magenta",
"o	s iconColor5	m black	c blue",
"O	s iconColor4	m white	c green",
"+	s iconColor3	m black	c red",
"@	c #808080",
/* pixels */
"         ...    ",
"         XX.    ",
"         XX.    ",
"     ... XX.    ",
"     oo. XX.    ",
"     oo. XX.    ",
"     oo. XX.    ",
" ... oo. XX.    ",
" OO. oo. XX.    ",
" OO. oo. XX. ...",
" OO. oo. XX. ++.",
" OO. oo. XX. ++.",
" OO. oo. XX. ++.",
"................",
" @@@@@@@@@@@@@@@",
"                "};