add second bbLeanBar instance

This commit is contained in:
Josh Holtrop 2011-05-24 11:43:29 -04:00
parent 5b70f9757e
commit 688af6dfbb
2 changed files with 33 additions and 2 deletions

View File

@ -10,6 +10,7 @@ plugins\bbKeys\bbKeys.dll
# - Integrated toolbar with tasks and tray # - Integrated toolbar with tasks and tray
plugins\bbLeanBar\bbLeanBar.dll plugins\bbLeanBar\bbLeanBar.dll
plugins\bbLeanBar\bbLeanBar.dll
# - Lean window skinner # - Lean window skinner
plugins\bbLeanSkin\bbLeanSkin.dll plugins\bbLeanSkin\bbLeanSkin.dll

View File

@ -19,7 +19,7 @@ bbleanbar.item: WindowButtonL
bbleanbar.item: WindowButtonR bbleanbar.item: WindowButtonR
bbleanbar.item: Clock bbleanbar.item: Clock
!bbleanbar.item: TaskStyleButton bbleanbar.item: TaskStyleButton
!bbleanbar.item: WindowLabel !bbleanbar.item: WindowLabel
!bbleanbar.item: NewLine !bbleanbar.item: NewLine
!bbleanbar.item: Space !bbleanbar.item: Space
@ -52,7 +52,7 @@ bbLeanBar.tasks.drawBorder: false
------------ ------------
# Icons # Icons
bbLeanBar.smallIcons: true bbLeanBar.smallIcons: true
bbLeanBar.icon.saturation: 20 bbLeanBar.icon.saturation: 255
bbLeanBar.icon.hue: 60 bbLeanBar.icon.hue: 60
# ------------ # ------------
@ -69,3 +69,33 @@ bbLeanBar.sendToGesture: true
# ------------------------- # -------------------------
# hidden icons (auto saved) # hidden icons (auto saved)
bbLeanBar.tray.hidden.count: 0 bbLeanBar.tray.hidden.count: 0
# Second bar
bbleanbar.2.item: Tasks
bbLeanBar.2.placement: TopCenter
bbLeanBar.2.position.x: 1408
bbLeanBar.2.position.y: 0
bbLeanBar.2.widthPercent: 80
bbLeanBar.2.useSlit: false
bbLeanBar.2.AutoHide: false
bbleanbar.2.OnTop: true
bbleanbar.2.autoRaise: true
bbleanbar.2.snapToEdge: true
bbLeanBar.2.pluginToggle: true
bbleanbar.2.alpha.enabled: false
bbleanbar.2.alpha.value: 200
bbLeanBar.2.tasks.style: 2
bbLeanBar.2.tasks.maxWidth: 100
bbLeanBar.2.tasks.reverse: false
bbLeanBar.2.tasks.current: true
bbLeanBar.2.tasks.sysmenu: false
bbLeanBar.2.tasks.drawBorder: false
bbLeanBar.2.smallIcons: true
bbLeanBar.2.icon.saturation: 255
bbLeanBar.2.icon.hue: 60
bbLeanBar.2.strftimeFormat: %d %a %#H:%M
bbLeanBar.2.autoFullscreenHide: true
bbLeanBar.2.setDesktopMargin: true
bbLeanBar.2.sendToSwitchTo: true
bbLeanBar.2.sendToGesture: true
bbLeanBar.2.tray.hidden.count: 0