Various improvements to the Openbox theme

This commit is contained in:
Satyajit Sahoo
2013-04-07 15:12:50 +05:30
parent a3d6042312
commit 6a0b478641
7 changed files with 25 additions and 27 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
#define desk_toggled_width 8
#define desk_toggled_height 8
static unsigned char desk_toggled_bits[] = {
0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 };
#define desk_width 8
#define desk_height 8
static unsigned char desk_bits[] = {
0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 };