From 094fff5eb5f255f6b327b636b55e3bca49446b67 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 6 Feb 2015 13:17:43 -0500 Subject: [PATCH] add a second bbLeanBar instance for second monitor --- plugins.rc | 1 + plugins/bbLeanBar/bbLeanBar.rc | 83 +++++++++++++++++++++++++++++++--- 2 files changed, 77 insertions(+), 7 deletions(-) diff --git a/plugins.rc b/plugins.rc index a27baeb..8b39fb3 100755 --- 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 d4fbd6b..826bbeb 100755 --- a/plugins/bbLeanBar/bbLeanBar.rc +++ b/plugins/bbLeanBar/bbLeanBar.rc @@ -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 + +