Jun 20, 2009

Fluxbuntu theme with fluxbox 1.1.1

Fluxbuntu (http://www.fluxbuntu.org) is a linux distribution.

*buntu uses new version of fluxbox (1.1.1) and there are some issues with Fluxbuntu fluxbox theme.
Window buttons on iconbar("taskbar") are not styled correctly and there's no difference between active and inactive one..

Latest version is "7.10RC" => There are two possibilities:
a) Project is dead
b) Project concentrates on LTS versions

Here is the patch for /usr/share/fluxbox/styles/Fluxbuntu:

----------- cut here --------- :)

--- Fluxbuntu 2009-06-20 16:04:28.000000000 +0200
+++ Fluxbuntu 2009-06-20 17:32:49.000000000 +0200
@@ -12,11 +12,6 @@ toolbar:
toolbar.label: parentrelative
toolbar.label.textColor: #86615f

-toolbar.windowLabel: sunken gradient crossdiagonal
- toolbar.windowLabel.color: #9ed7d7
- toolbar.windowLabel.colorTo: #bb8e80
- toolbar.windowLabel.textColor: #86615f
-
toolbar.clock: parentrelative
toolbar.clock.textColor: #86615f

@@ -27,6 +22,21 @@ toolbar.button.pressed:
toolbar.button.pressed.color: #7eb75c
toolbar.button.pressed.colorTo: #cdd00a

+toolbar.iconbar.empty: sunken gradient crossdiagonal
+ toolbar.iconbar.empty.color: #9ed7d7
+ toolbar.iconbar.empty.colorTo: #bb8e80
+
+toolbar.iconbar.unfocused: sunken gradient crossdiagonal
+ toolbar.iconbar.unfocused.color: #9ed7d7
+ toolbar.iconbar.unfocused.colorTo: #bb8e80
+ toolbar.iconbar.unfocused.justify: left
+ toolbar.iconbar.unfocused.textColor:#86615f
+
+toolbar.iconbar.focused: sunken gradient vertical
+ toolbar.iconbar.focused.color: #7eb75c
+ toolbar.iconbar.focused.colorTo: #cdd00a
+ toolbar.iconbar.focused.justify: left
+

! ***** menu *****
menu.title: raised gradient crossdiagonal

----------- cut here --------- :)

This may come handy, if you've installed Fluxbuntu 7.10RC and upgraded it several times and now you're stuck with broken toolbar style in Jaunty Jackalope

The patch may be partially malformed, but still obvious.

NOTE: Patched theme can be used with fluxbox 1.0.0 and up
(because original theme used obsolete syntax)

No comments:

Post a Comment