add system tray icons to bbIconBox

This commit is contained in:
Josh Holtrop 2011-05-24 11:59:24 -04:00
parent fcd726efcf
commit 643ffff00f
2 changed files with 26 additions and 3 deletions

View File

@ -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

View File

@ -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