diff options
Diffstat (limited to '')
-rw-r--r-- | .dzen/icons/stop.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dzen/icons/stop.xbm b/.dzen/icons/stop.xbm new file mode 100644 index 0000000..f92b64d --- /dev/null +++ b/.dzen/icons/stop.xbm @@ -0,0 +1,4 @@ +#define stop_width 8 +#define stop_height 8 +static unsigned char stop_bits[] = { + 0x00, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x00 }; |