add a second bbLeanBar instance for second monitor

This commit is contained in:
Josh Holtrop 2015-02-06 13:17:43 -05:00
parent 0ea6f23205
commit 094fff5eb5
2 changed files with 77 additions and 7 deletions

View File

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

View File

@ -7,15 +7,15 @@
# The items on the bar:
# This builds a toolbar with tasks and tray. You can
# change the order of items or uncomment some of the
# currently disabled (!) items)
# currently disabled (!) items.
bbleanbar.item: WorkspaceButtonL
bbleanbar.item: WorkspaceLabel
bbleanbar.item: WorkspaceButtonR
bbleanbar.item: Tasks
bbleanbar.item: WindowLabel
bbleanbar.item: Tray
bbleanbar.item: Clock
#bbleanbar.item: WindowLabel
#bbleanbar.item: Tray
#bbleanbar.item: Clock
!bbleanbar.item: NewLine
!bbleanbar.item: WindowButtonL
!bbleanbar.item: WindowLabel
@ -30,7 +30,7 @@ bbleanbar.item: Clock
bbLeanBar.placement: TopCenter
bbLeanBar.position.x: 0
bbLeanBar.position.y: 0
bbLeanBar.widthPercent: 100
bbLeanBar.widthPercent: 90
bbLeanBar.useSlit: true
bbLeanBar.pluginToggle: true
bbleanbar.OnTop: true
@ -42,7 +42,7 @@ bbLeanBar.alpha.value: 222
# ---------
# Task Tabs
bbLeanBar.tasks.style: 1
bbLeanBar.tasks.style: 2
bbLeanBar.tasks.reverse: false
bbLeanBar.tasks.current: true
bbLeanBar.tasks.sysmenu: true
@ -51,7 +51,7 @@ bbLeanBar.tasks.maxWidth: 100
------------
# Icon Color
bbLeanBar.icon.saturation: 45
bbLeanBar.icon.saturation: 255
bbLeanBar.icon.hue: 0
# ------------
@ -74,3 +74,72 @@ bbLeanBar.iconSize: 16
bbLeanBar.minHeight: 16
###########################################################################
# Bar 2
###########################################################################
bbleanbar.item: WorkspaceButtonL
bbleanbar.item: WorkspaceLabel
bbleanbar.item: WorkspaceButtonR
bbleanbar.item: Tasks
#bbleanbar.item: WindowLabel
bbleanbar.item: Tray
bbleanbar.item: Clock
!bbleanbar.item: NewLine
!bbleanbar.item: WindowButtonL
!bbleanbar.item: WindowLabel
!bbleanbar.item: WindowButtonR
!bbleanbar.item: TaskStyleButton
!bbleanbar.item: WindowLabel
!bbleanbar.item: NewLine
!bbleanbar.item: Space
# ----------------
# General Settings
bbLeanBar.2.placement: TopCenter
bbLeanBar.2.position.x: 1920
bbLeanBar.2.position.y: 0
bbLeanBar.2.widthPercent: 90
bbLeanBar.2.useSlit: true
bbLeanBar.2.pluginToggle: true
bbleanbar.OnTop: true
bbLeanBar.2.AutoHide: false
bbleanbar.autoRaise: true
bbleanbar.snapToEdge: true
bbLeanBar.2.alpha.enabled: true
bbLeanBar.2.alpha.value: 222
# ---------
# Task Tabs
bbLeanBar.2.tasks.style: 2
bbLeanBar.2.tasks.reverse: false
bbLeanBar.2.tasks.current: true
bbLeanBar.2.tasks.sysmenu: true
bbLeanBar.2.tasks.drawBorder: false
bbLeanBar.2.tasks.maxWidth: 100
------------
# Icon Color
bbLeanBar.2.icon.saturation: 255
bbLeanBar.2.icon.hue: 0
# ------------
# Clock-Format
bbLeanBar.2.strftimeFormat: %d %a %#H:%M
# ---------------
# Special Options
bbLeanBar.2.maxIconSize: 32
bbLeanBar.2.balloonTips: true
bbLeanBar.2.autoFullscreenHide: false
bbLeanBar.2.setDesktopMargin: true
bbLeanBar.2.sendToSwitchTo: true
bbLeanBar.2.sendToGesture: true
# -------------------------
# hidden icons (auto saved)
bbLeanBar.2.alwaysOnTop: true
bbLeanBar.2.iconSize: 16
bbLeanBar.2.minHeight: 16