From b22f90a81076bb2e4a48ce8bf9001215c9e96be6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Nov 2016 12:35:28 +0000 Subject: rebranding --- Redcore-daylight/openbox-3/thin buttons/close.xbm | 5 +++++ Redcore-daylight/openbox-3/thin buttons/iconify.xbm | 5 +++++ Redcore-daylight/openbox-3/thin buttons/max.xbm | 5 +++++ Redcore-daylight/openbox-3/thin buttons/max_toggled.xbm | 5 +++++ 4 files changed, 20 insertions(+) create mode 100755 Redcore-daylight/openbox-3/thin buttons/close.xbm create mode 100755 Redcore-daylight/openbox-3/thin buttons/iconify.xbm create mode 100644 Redcore-daylight/openbox-3/thin buttons/max.xbm create mode 100755 Redcore-daylight/openbox-3/thin buttons/max_toggled.xbm (limited to 'Redcore-daylight/openbox-3/thin buttons') diff --git a/Redcore-daylight/openbox-3/thin buttons/close.xbm b/Redcore-daylight/openbox-3/thin buttons/close.xbm new file mode 100755 index 0000000..52da928 --- /dev/null +++ b/Redcore-daylight/openbox-3/thin buttons/close.xbm @@ -0,0 +1,5 @@ +#define close_width 10 +#define close_height 10 +static unsigned char close_bits[] = { + 0x01, 0x02, 0x02, 0x01, 0x84, 0x00, 0x48, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x48, 0x00, 0x84, 0x00, 0x02, 0x01, 0x01, 0x02 }; diff --git a/Redcore-daylight/openbox-3/thin buttons/iconify.xbm b/Redcore-daylight/openbox-3/thin buttons/iconify.xbm new file mode 100755 index 0000000..d769bc9 --- /dev/null +++ b/Redcore-daylight/openbox-3/thin buttons/iconify.xbm @@ -0,0 +1,5 @@ +#define iconify_width 10 +#define iconify_height 10 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x01, 0x84, 0x00, 0x48, 0x00, + 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/Redcore-daylight/openbox-3/thin buttons/max.xbm b/Redcore-daylight/openbox-3/thin buttons/max.xbm new file mode 100644 index 0000000..7d55c06 --- /dev/null +++ b/Redcore-daylight/openbox-3/thin buttons/max.xbm @@ -0,0 +1,5 @@ +#define max_width 10 +#define max_height 10 +static unsigned char max_bits[] = { + 0x00, 0x00, 0x30, 0x00, 0x48, 0x00, 0x84, 0x00, 0x02, 0x01, 0x31, 0x02, + 0x48, 0x00, 0x84, 0x00, 0x02, 0x01, 0x01, 0x02 }; diff --git a/Redcore-daylight/openbox-3/thin buttons/max_toggled.xbm b/Redcore-daylight/openbox-3/thin buttons/max_toggled.xbm new file mode 100755 index 0000000..00ef64f --- /dev/null +++ b/Redcore-daylight/openbox-3/thin buttons/max_toggled.xbm @@ -0,0 +1,5 @@ +#define max_toggled_width 10 +#define max_toggled_height 10 +static unsigned char max_toggled_bits[] = { + 0x01, 0x02, 0x02, 0x01, 0x84, 0x00, 0x48, 0x00, 0x31, 0x02, 0x02, 0x01, + 0x84, 0x00, 0x48, 0x00, 0x30, 0x00, 0x00, 0x00 }; -- cgit v1.2.3