dotfiles/xmonad/dzen2/pause.xbm

8 lines
289 B
C
Raw Normal View History

2017-05-16 21:53:37 -04:00
#define pause_width 16
#define pause_height 16
static unsigned char pause_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e,
0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e,
0x78, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };