diff --git a/bin/obtctl b/bin/obtctl index 417ee00..3a2e338 100755 --- a/bin/obtctl +++ b/bin/obtctl @@ -149,8 +149,20 @@ clractivebg () { sd "\.active.border.color:.*$" ".active.border.color: ${1}" ${THEMERC} sd "^window.active.title.bg.colorTo:.*$" "window.active.title.bg.colorTo: ${colorTo}" ${THEMERC} + #menu (Openbox menu - not really used in Mabox) + sd "menu.title.bg.color:.*$" "menu.title.bg.color: ${1}" ${THEMERC} + sd "menu.title.bg.colorTo:.*$" "menu.title.bg.colorTo: ${colorTo}" ${THEMERC} + + sd "menu.items.active.bg.color:.*$" "menu.items.active.bg.color: ${1}" ${THEMERC} + sd "menu.items.active.bg.colorTo:.*$" "menu.items.active.bg.colorTo: ${colorTo}" ${THEMERC} openbox --reconfigure + # JGMENU based menus, sidepanels and tools + jgctl color_title_bg ${colorTo} + jgctl color_title_border ${1} + jgctl color_sel_bg ${1} + + } clrnormalbg () { colorTo=$(pastel darken 0.1 "${1}"|pastel format hex) diff --git a/share/mabox-colorizer/help/en.html b/share/mabox-colorizer/help/en.html index 72b6019..36f6cdd 100644 --- a/share/mabox-colorizer/help/en.html +++ b/share/mabox-colorizer/help/en.html @@ -32,18 +32,23 @@ div.fixeddown { - + Launch Colorizer
-
- +
+

Mabox Colorizer

- development version -

a tool to easily customize your Mabox Linux Desktop

+

a set of tools to easily customize your Mabox Linux Desktop

+

Easily change look and feel of: +

    +
  • Openbox theme (windows decorations)
  • +
  • Menu, Sidepanels and other jgmenu-based Mabox tools
  • +
  • Conkies
  • +

Launch Colorizer
@@ -96,10 +101,14 @@ div.fixeddown {

Note!
-Changing the background color also sets the border to the same color. Also sets the computed BGCOLOR_TO color for a subtle gradient. -If you want, you can then set the border color and the second gradient color to your liking. +Changing the background color will also set: +
    +
  • border color to the same color
  • +
  • computed BGCOLOR_TO color for a subtle gradient
  • +
  • accent color in Menu, Sidepanels and other jgmenu-based Mabox tools
  • +
+You can change all of them to you liking afterwards.
-


Buttons

Click icons below to change buttons

@@ -196,10 +205,13 @@ If you want, you can then set the border color and the second gradient color to

Menu / Sidepanels module ...