all repos — openbox @ 3f0e69b8e05a2c5dde2489dc9abad4e3aceee591

openbox fork - make it a bit more like ryudo

add the buttons for the fieron theme
Dana Jansens danakj@orodu.net
commit

3f0e69b8e05a2c5dde2489dc9abad4e3aceee591

parent

96c8b7cc46eaa059a0de949bbfbec1c64e736415

M themes/openbox/Makefile.amthemes/openbox/Makefile.am

@@ -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 @@ frobust mbdtex miklos nyz nyzclone ob20 operation outcomes paper \

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
M themes/openbox/fieronthemes/openbox/fieron

@@ -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
A themes/openbox/fieron_buttons/close.xbm

@@ -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 };
A themes/openbox/fieron_buttons/icon.xbm

@@ -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 };
A themes/openbox/fieron_buttons/max.xbm

@@ -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 };
A themes/openbox/fieron_buttons/stick.xbm

@@ -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 };