Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit d5d481f

Browse files
committed
themes for openbox
1 parent 3740c2b commit d5d481f

File tree

594 files changed

+27926
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

594 files changed

+27926
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#define close_width 10
2+
#define close_height 10
3+
static unsigned char close_bits[] = {
4+
0x00, 0x00, 0x00, 0x00, 0x84, 0x00, 0x48, 0x00, 0x30, 0x00, 0x30, 0x00,
5+
0x48, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 };
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define close_width 8
2+
#define close_height 8
3+
static unsigned char close_bits[] = {
4+
0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#define desk_alt_width 10
2+
#define desk_alt_height 10
3+
static unsigned char desk_alt_bits[] = {
4+
0x00, 0x00, 0x00, 0x00, 0xcc, 0x00, 0xcc, 0x00, 0x00, 0x00, 0x00, 0x00,
5+
0xcc, 0x00, 0xcc, 0x00, 0x00, 0x00, 0x00, 0x00 };
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define desk_toggled_width 8
2+
#define desk_toggled_height 8
3+
static unsigned char desk_toggled_bits[] = {
4+
0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 };
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#define desk_toggled_alt_width 10
2+
#define desk_toggled_alt_height 10
3+
static unsigned char desk_toggled_alt_bits[] = {
4+
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x78, 0x00, 0x78, 0x00,
5+
0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define desk_width 8
2+
#define desk_height 8
3+
static unsigned char desk_bits[] = {
4+
0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 };
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#define iconify_width 10
2+
#define iconify_height 10
3+
static unsigned char iconify_bits[] = {
4+
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5+
0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00 };
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define iconify_alt_width 8
2+
#define iconify_alt_height 8
3+
static unsigned char iconify_alt_bits[] = {
4+
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff };
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#define iconify_width 10
2+
#define iconify_height 10
3+
static unsigned char iconify_bits[] = {
4+
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x00, 0x44, 0x00, 0x28, 0x00,
5+
0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#define max_alt2_width 10
2+
#define max_alt2_height 10
3+
static unsigned char max_alt2_bits[] = {
4+
0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x84, 0x00, 0x84, 0x00, 0x84, 0x00,
5+
0x84, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00 };

0 commit comments

Comments
 (0)