From 643ffff00fb8bfa09d1cc1a326885437dab3ab14 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 24 May 2011 11:59:24 -0400 Subject: [PATCH] add system tray icons to bbIconBox --- plugins/bbIconBox/bbIconBox.rc | 27 +++++++++++++++++++++++++-- plugins/bbSlit/bbSlit.rc | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/plugins/bbIconBox/bbIconBox.rc b/plugins/bbIconBox/bbIconBox.rc index 94506a6..303899c 100644 --- a/plugins/bbIconBox/bbIconBox.rc +++ b/plugins/bbIconBox/bbIconBox.rc @@ -1,12 +1,12 @@ # -------------------------------------------------- # bbIconBox.rc -bbIconBox.id.count: 4 +bbIconBox.id.count: 5 bbIconBox.id.1: Quick Launch bbIconBox.id.2: task1 bbIconBox.id.3: task2 bbIconBox.id.4: task3 -bbIconBox.id.5: Desktop +bbIconBox.id.5: tray bbIconBox.Desktop.placement: Right bbIconBox.Desktop.position.x: 1009 @@ -122,3 +122,26 @@ bbIconBox.task3.icon.hue: 0 bbIconBox.task3.drawTitle: false bbIconBox.task3.drawBorder: false bbIconBox.task3.toolTips: true + +bbIconBox.tray.placement: User +bbIconBox.tray.position.x: 20 +bbIconBox.tray.position.y: 20 +bbIconBox.tray.useSlit: true +bbIconBox.tray.alwaysOnTop: false +bbIconBox.tray.autoHide: false +bbIconBox.tray.clickRaise: true +bbIconBox.tray.snapWindow: true +bbIconBox.tray.pluginToggle: true +bbIconBox.tray.alpha.enabled: false +bbIconBox.tray.alpha.value: 192 +bbIconBox.tray.orientation: vertical +bbIconBox.tray.path: TRAY +bbIconBox.tray.title: tray +bbIconBox.tray.rows: 4 +bbIconBox.tray.columns: 2 +bbIconBox.tray.icon.size: 16 +bbIconBox.tray.icon.saturation: 255 +bbIconBox.tray.icon.hue: 60 +bbIconBox.tray.drawTitle: false +bbIconBox.tray.drawBorder: true +bbIconBox.tray.toolTips: true diff --git a/plugins/bbSlit/bbSlit.rc b/plugins/bbSlit/bbSlit.rc index ec13f3a..60a2333 100644 --- a/plugins/bbSlit/bbSlit.rc +++ b/plugins/bbSlit/bbSlit.rc @@ -3,7 +3,7 @@ # slit window properties bbSlit.placement: Left bbSlit.position.x: 0 -bbSlit.position.y: 367 +bbSlit.position.y: 274 bbSlit.direction: vertical bbSlit.alwaysOnTop: false