Hi,
I love bblean, but I think some small thing can be change to do bblean more personalizable. That's why, I made some modification.
I think that can interesting some other people.
I name this "bblean 1.16z" because it's based on bblean 1.16 and I want to indicate it's change by me (
zeytok).
bblean 1.16 -> bblean 1.16z
changes in bblean:
- menu icons support
- menu icons size selection
- icons affectation syntaxe (like bbleanmod)
- separator
- scroller position inversed to not hide icons (left<->right)
- support of big icons of tasks for bbleanbar
- Shadows (position and color)
- "blackbox.contextmenu.itemAdjust" no more need
- can have a separator between folders and other
- modification of "@BBCore.showmenu"
- Kwark's "move window to workspace" patch (
http://dev.kwarks.org/)
- Scroll Button can be transparent
- VolumeControl from bbleanMod
changes in bbleanbar:
- replace "smallicon" by "icon.size"
- clock's tooltips
- separation of task's and tray's saturation and hue
- Shadows (position and color)
- workspace and clock label have independant size
changes in bbleanskin:
- icons support in label frame
- Shadows (position and color)
- titlebar of "unskinnable" windows use style color (and look better when maximize windows)
- selection object (menu, etc...) can use style color (like for tooltips)
# New possibility with Bro@m:
- @BBCore.showmenu x y menu.rc (x and y can be negative to compute from right of screen) (@BBCore.showmenu menu.rc is possible too)
- @VolumeMute
- @VolumeAdd v (v can be negative to reduce sound volume)
# Icons syntaxe in menu (examples):
- without parameter : no icons.
- ... <*> : automatically find icon (when it's possible).
- ... <fileWithIcon> : use the first icon find in "fileWithIcon".
- ... <fileWithIcon,5> : use the icon with index number 5 find in "fileWithIcon".
# New entry in "blackbox.rc":
session.menu.icon.size: -1 (-1=Auto, 0=disable)
session.menu.icon.saturation: 0
session.menu.icon.hue: 60
session.menu.separateFolders: false
session.menu.scrollButton.hue: 60
# New entry in "extensions.rc":
blackbox.workspaces.followMoved: false
# New entry in styles files:
(* mean any item with "color", "colorTo", "textColor", ...)
*shadowColor: black
*shadowX: 0
*shadowY: 0 (shadowX=0 and shadowY=0 disable shadows)
menu.separator.margin: 2
menu.separator.color: (default color is "menu.frame.textColor")
# New entry in "bbleanbar.rc":
bbLeanBar.icon.Size: 0 (0=Auto)
bbLeanBar.tray.saturation: 0
bbLeanBar.tray.hue: 60
bbLeanBar.strftimeTipsFormat: %A %d %B %Y
# New entry in "bbleanskin.rc":
bbleanskin.windows.setHighLightColor: false
bbleanskin.titlebar.icon.size: -1 (-1=Auto, 0=disable)
bbleanskin.titlebar.icon.saturation: 0
bbleanskin.titlebar.icon.hue: 60