diff options
author | bionel <ionel.busuioc@gmil.com> | 2016-07-28 16:58:46 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmil.com> | 2016-07-28 16:58:46 +0300 |
commit | aa9ef4f2004a1bf8ab8a0a413a3a0355c2181761 (patch) | |
tree | 77cd0a556f1717c48391c66360932a35550b4153 /Kogaion-nighttime/openbox-3/thin buttons | |
parent | c682cce4ed7db2ff2bc4bd95a3355a318fb72825 (diff) |
added openbox, preparing for LXQt branding
Diffstat (limited to 'Kogaion-nighttime/openbox-3/thin buttons')
4 files changed, 20 insertions, 0 deletions
diff --git a/Kogaion-nighttime/openbox-3/thin buttons/close.xbm b/Kogaion-nighttime/openbox-3/thin buttons/close.xbm new file mode 100755 index 0000000..52da928 --- /dev/null +++ b/Kogaion-nighttime/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/Kogaion-nighttime/openbox-3/thin buttons/iconify.xbm b/Kogaion-nighttime/openbox-3/thin buttons/iconify.xbm new file mode 100755 index 0000000..d769bc9 --- /dev/null +++ b/Kogaion-nighttime/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/Kogaion-nighttime/openbox-3/thin buttons/max.xbm b/Kogaion-nighttime/openbox-3/thin buttons/max.xbm new file mode 100644 index 0000000..7d55c06 --- /dev/null +++ b/Kogaion-nighttime/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/Kogaion-nighttime/openbox-3/thin buttons/max_toggled.xbm b/Kogaion-nighttime/openbox-3/thin buttons/max_toggled.xbm new file mode 100755 index 0000000..00ef64f --- /dev/null +++ b/Kogaion-nighttime/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 }; |