all repos — openbox @ 96c8b7cc46eaa059a0de949bbfbec1c64e736415

openbox fork - make it a bit more like ryudo

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

96c8b7cc46eaa059a0de949bbfbec1c64e736415

parent

4135ceb672b124f3ed372414a230b6318d7d9d21

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

@@ -1,9 +1,13 @@

themedir=$(datadir)/openbox/themes/openbox +fieron2buttondir=$(themedir)/fieron2_buttons theme_DATA = artwiz bbs bluebox cthulhain deep fieron fieron2 flux frobozz \ frobust mbdtex miklos nyz nyzclone ob20 operation outcomes paper \ purplehaaze shade steelblue steelblue2 the_orange trisb twice \ warp-xp + +fieron2button_DATA = fieron2_buttons/max.xbm fieron2_buttons/stick.xbm \ + fieron2_buttons/close.xbm fieron2_buttons/icon.xbm EXTRA_DIST = $(theme_DATA)
M themes/openbox/fieron2themes/openbox/fieron2

@@ -149,10 +149,10 @@ bevelWidth: 1

borderWidth: 1 borderColor: #181f24 -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 *.xft.flags: shadow bold *.xft.shadow.offset: 1
A themes/openbox/fieron2_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/fieron2_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/fieron2_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/fieron2_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 };