add system tray icons to bbIconBox
This commit is contained in:
parent
fcd726efcf
commit
643ffff00f
@ -1,12 +1,12 @@
|
|||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
# bbIconBox.rc
|
# bbIconBox.rc
|
||||||
|
|
||||||
bbIconBox.id.count: 4
|
bbIconBox.id.count: 5
|
||||||
bbIconBox.id.1: Quick Launch
|
bbIconBox.id.1: Quick Launch
|
||||||
bbIconBox.id.2: task1
|
bbIconBox.id.2: task1
|
||||||
bbIconBox.id.3: task2
|
bbIconBox.id.3: task2
|
||||||
bbIconBox.id.4: task3
|
bbIconBox.id.4: task3
|
||||||
bbIconBox.id.5: Desktop
|
bbIconBox.id.5: tray
|
||||||
|
|
||||||
bbIconBox.Desktop.placement: Right
|
bbIconBox.Desktop.placement: Right
|
||||||
bbIconBox.Desktop.position.x: 1009
|
bbIconBox.Desktop.position.x: 1009
|
||||||
@ -122,3 +122,26 @@ bbIconBox.task3.icon.hue: 0
|
|||||||
bbIconBox.task3.drawTitle: false
|
bbIconBox.task3.drawTitle: false
|
||||||
bbIconBox.task3.drawBorder: false
|
bbIconBox.task3.drawBorder: false
|
||||||
bbIconBox.task3.toolTips: true
|
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
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# slit window properties
|
# slit window properties
|
||||||
bbSlit.placement: Left
|
bbSlit.placement: Left
|
||||||
bbSlit.position.x: 0
|
bbSlit.position.x: 0
|
||||||
bbSlit.position.y: 367
|
bbSlit.position.y: 274
|
||||||
bbSlit.direction: vertical
|
bbSlit.direction: vertical
|
||||||
|
|
||||||
bbSlit.alwaysOnTop: false
|
bbSlit.alwaysOnTop: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user