mirror of
https://github.com/gryf/wmamixer.git
synced 2026-04-24 13:21:24 +02:00
36 lines
5.8 KiB
C
36 lines
5.8 KiB
C
/* XPM */
|
|
static char *icons_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"234 24 4 1 ",
|
|
". c #202020 s back_color",
|
|
"+ c #00C9C1 s led_color_high",
|
|
"@ c #0C8580 s led_color_med ",
|
|
"# c #184A48 s led_color_low",
|
|
|
|
/* pixels */
|
|
"..........................................................................................................................................................................................................................................",
|
|
"..........................................................................................................................................................................................................................................",
|
|
"..........................................................................................................................................................................................................................................",
|
|
"..........................................................................................................................................................................................................................................",
|
|
"....................................+...............................................#..........................#++..............................................#++#.............................##@@..##................#@++++@#.........",
|
|
"....................................+........................++...................#+++#.......................#++#+......................#++++++#...............+.#+............................#+@##@@@................#+@#..#@+#........",
|
|
".................................+.++....+..+.+.............++#+..................+++++.......................++#+#+....................#++++++++++++#+............+...........................#+......................#+#......#+#.......",
|
|
".................................+.++....+..+.+............+#+.+.......+.........#+++++#......................+#+#++...................#+++++++....+.+.+.........#+#...........................#+......................+#........#+.......",
|
|
"............................+.+.++.++...++..+.++..........+#+.###......#+.........+++++........................+#++.+..................+#++++++++++++#+..........+#.............................#+....................#+..........+#......",
|
|
"...................#+.......+.+.+++++.+.++.++.++.........+##+#.#+..+....+.........#+++#..........#+.............++##.+.................+.#++++++#................#.............#+................#+...................@+..........+@......",
|
|
".................#+++.......+++.+++++++.+++++++++........###++#.+..#+.#.#+..........#..........#+++...............+##.+................+.........................+#..........#+++..........#++++++++++++++#..........@++#........#++@.....",
|
|
"...............#+++++.......+++++++++++++++++++++........###+#+.#.+.+.+..+...................#+++++................+##.+...............#+..................................#+++++..........+##..#..#..#.@#+.........@++++........++++@....",
|
|
".............#+++++++.......@@@@@@@@@@@@@@@@@@@@@........#.#+#+.+.#.+.#..+.................#+++++++.................+##.+...............#+...............................#+++++++.........#+#@.#@.#@.#@.#.+#........+@+++........+++@+....",
|
|
"...........#+++++++++.......+++++++++++++++++++++.........#.++..+..#+....+...............#+++++++++..................+##.+...............+.............................#+++++++++.........+#..#..#..#..#.##+........+#+++........+++#+....",
|
|
".........#+++++++++++.......+.+++++++++++++++++++........+.#+...+..+....+..............#+++++++++++...................+##+...............+...........................#+++++++++++........#+@.#@.#@.#@.#@.@#+#.......+#+++........+++#+....",
|
|
".......#+++++++++++++.......+.++++.++++.++++++++..........+#+..##......#+............#+++++++++++++....................+++...............+.........................#+++++++++++++........+#.#..#..#..#..#..#+.......+@+++........+++@+....",
|
|
".....#+++++++++++++++.........++.+.++++..+.+++.+...........+.+.+.......+...........#+++++++++++++++.......................+.............++.......................#+++++++++++++++........++++++++++++++++++++.......@++++........++++@....",
|
|
"....+++++++++++++++++..........+.+.++.+..+.++..+............++#+..................+++++++++++++++++................#+++...+#...........++.......................+++++++++++++++++........++++++++++++++++++++........@++#........#++@.....",
|
|
"...............................+.+..+.+....+.................++....................................................+...+++#...........++..................................................................................................",
|
|
".................................+..+.................................................................................................+...................................................................................................",
|
|
"..........................................................................................................................................................................................................................................",
|
|
"..........................................................................................................................................................................................................................................",
|
|
"..........................................................................................................................................................................................................................................",
|
|
".........................................................................................................................................................................................................................................."
|
|
};
|