all repos — fluxbox @ fee1cc1a62fcdbec368f47e11183dd318c577475

custom fork of the fluxbox windowmanager

changed default style to bloe
fluxgen fluxgen
commit

fee1cc1a62fcdbec368f47e11183dd318c577475

parent

9091cf107e69520344a1f3c426868feaf4fa2435

3 files changed, 4 insertions(+), 1 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,7 @@

(Format: Year/Month/Day) Changes for 1.0.0: +*07/10/08: + * Changed default style to bloe *07/10/07: * Added new style: bloe ( Thanks Sven Michel ) * minor addons to fbgm (Thanks Patrik Wenger <paddor at gmail dot com>)
M NEWSNEWS

@@ -1,4 +1,5 @@

News in 1.0.0: + * New default style: bloe * New styles: ostrich zimek_darkblue, zimek_green, zimek_bisque, carp, arch, bora_black, bora_blue, bora_green, green_tea, bloe
M configure.inconfigure.in

@@ -566,7 +566,7 @@ AC_ARG_WITH(

style, [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], DEFAULT_STYLE=$with_style, - DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/Meta + DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe ) AC_SUBST(DEFAULT_STYLE)