To test is to adopt it !
bbLean 1.16 -> BBCleanchanges in bblean:- support of big icons of tasks for bbleanbar
- Kwark's "move window to workspace" patch (
http://dev.kwarks.org/)
- shadows (position and color)
- modification of "@BBCore.showmenu"
- separator
- "VolumeControl" from bbleanMod
- New bullet from bbleanMod : saturn, jupiter, mars, venus
- scroll button can be transparent
- scroll button position can be configured (default is same as bullet)
- can have a separator between folders and other
- menu icons size selection
- menu icons support
- icons affectation syntaxe (like bbleanmod)
- "blackbox.contextmenu.itemAdjust" no more need
- configurable DblClick on desktop
changes in bbleanbar:- replace "smallicon" by "icon.size"
- clock's tooltips
- task's and tray's saturation and hue are independant
- shadows (position and color)
- workspace and clock label have independant size
- configurable buttons and labels click
changes in bbleanskin:- titlebar of "unskinnable" windows use style color (and look better when maximize windows)
- shadows (position and color)
- icons support like a button
- new syntax to define titlebar's buttons ( use "-" to separate left button from right button, max number of button is 14)
# 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 x y i menu.rc (i = icone size of this menu)
- @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".
- ... <is|...> : is = icon size in subfolder.
# 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.scrollButton.hue: 60
session.menu.scrollPosition: default
session.menu.separateFolders: false
# New entry in "extensions.rc":blackbox.workspaces.followMoved: false
blackbox.desktop.[<mod>]DblClick: (<mod> = Alt, Shift, Ctrl)
# 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
bbLeanBar.
***.LeftClick:
bbLeanBar.
***.MidClick:
bbLeanBar.
***.RightClick:
bbLeanBar.
***.DblClick:
(replace
*** by one of them :
- WorkspaceLabel
- Clock
- WindowLabel
- CurrentOnlyButton
(*)- TaskStyleButton
(*)- WorkspaceButtonL
- WorkspaceButtonR
- WindowButtonL
- WindowButtonR
(*) only "MidClick", "RightClick" and "DblClick" is configurable)
# New entry in "bbleanskin.rc":bbleanskin.titlebar.buttons: 74-321
(buttons number 7 is window icon)
bbleanskin.titlebar.icon.size: -1 (-1=Auto, 0=disable)
bbleanskin.titlebar.icon.saturation: 0
bbleanskin.titlebar.icon.hue: 60