From 688af6dfbbec80fec21ba97748d9bc92cd6d507b Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 24 May 2011 11:43:29 -0400 Subject: [PATCH] add second bbLeanBar instance --- plugins.rc | 1 + plugins/bbLeanBar/bbLeanBar.rc | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/plugins.rc b/plugins.rc index bf93ff4..0da7bc6 100644 --- a/plugins.rc +++ b/plugins.rc @@ -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 diff --git a/plugins/bbLeanBar/bbLeanBar.rc b/plugins/bbLeanBar/bbLeanBar.rc index 0d287d5..2390df3 100644 --- a/plugins/bbLeanBar/bbLeanBar.rc +++ b/plugins/bbLeanBar/bbLeanBar.rc @@ -19,7 +19,7 @@ bbleanbar.item: WindowButtonL bbleanbar.item: WindowButtonR bbleanbar.item: Clock -!bbleanbar.item: TaskStyleButton +bbleanbar.item: TaskStyleButton !bbleanbar.item: WindowLabel !bbleanbar.item: NewLine !bbleanbar.item: Space @@ -52,7 +52,7 @@ bbLeanBar.tasks.drawBorder: false ------------ # Icons bbLeanBar.smallIcons: true -bbLeanBar.icon.saturation: 20 +bbLeanBar.icon.saturation: 255 bbLeanBar.icon.hue: 60 # ------------ @@ -69,3 +69,33 @@ bbLeanBar.sendToGesture: true # ------------------------- # hidden icons (auto saved) 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