add the buttons for the fieron theme

This commit is contained in:
Dana Jansens 2003-03-22 06:36:43 +00:00
parent 96c8b7cc46
commit 3f0e69b8e0
6 changed files with 27 additions and 4 deletions

View file

@ -1,4 +1,5 @@
themedir=$(datadir)/openbox/themes/openbox
fieronbuttondir=$(themedir)/fieron_buttons
fieron2buttondir=$(themedir)/fieron2_buttons
theme_DATA = artwiz bbs bluebox cthulhain deep fieron fieron2 flux frobozz \
@ -6,6 +7,8 @@ theme_DATA = artwiz bbs bluebox cthulhain deep fieron fieron2 flux frobozz \
purplehaaze shade steelblue steelblue2 the_orange trisb twice \
warp-xp
fieronbutton_DATA = fieron_buttons/max.xbm fieron_buttons/stick.xbm \
fieron_buttons/close.xbm fieron_buttons/icon.xbm
fieron2button_DATA = fieron2_buttons/max.xbm fieron2_buttons/stick.xbm \
fieron2_buttons/close.xbm fieron2_buttons/icon.xbm

View file

@ -136,7 +136,7 @@ bevelWidth: 1
borderWidth: 1
borderColor: #25252d
window.button.max.mask: fieron-max.xbm
window.button.icon.mask: fieron-icon.xbm
window.button.stick.mask:fieron-stick.xbm
window.button.close.mask:fieron-close.xbm
window.button.max.mask: max.xbm
window.button.icon.mask: icon.xbm
window.button.stick.mask: stick.xbm
window.button.close.mask: close.xbm

View file

@ -0,0 +1,5 @@
/* Created with The GIMP */
#define close_width 8
#define close_height 8
static unsigned char close_bits[] = {
0x00, 0xc3, 0x66, 0x3c, 0x3c, 0x66, 0xc3, 0x00 };

View file

@ -0,0 +1,5 @@
/* Created with The GIMP */
#define icon_width 8
#define icon_height 8
static unsigned char icon_bits[] = {
0x00, 0x00, 0x42, 0x66, 0x3c, 0x18, 0x00, 0x00 };

View file

@ -0,0 +1,5 @@
/* Created with The GIMP */
#define max_width 8
#define max_height 8
static unsigned char max_bits[] = {
0x00, 0x00, 0x18, 0x3c, 0x66, 0x42, 0x00, 0x00 };

View file

@ -0,0 +1,5 @@
/* Created with The GIMP */
#define stick_width 8
#define stick_height 8
static unsigned char stick_bits[] = {
0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 };