diff --git a/plugins/bbIconBox/bbIconBox.rc b/plugins/bbIconBox/bbIconBox.rc index 4d070f1..d3dddee 100644 --- a/plugins/bbIconBox/bbIconBox.rc +++ b/plugins/bbIconBox/bbIconBox.rc @@ -1,7 +1,7 @@ # -------------------------------------------------- # bbIconBox.rc -bbIconBox.id.count: 4 +bbIconBox.id.count: 2 bbIconBox.id.1: Quick Launch bbIconBox.id.2: task1 bbIconBox.id.3: task2 @@ -24,8 +24,8 @@ bbIconBox.Desktop.path: DESKTOP bbIconBox.Desktop.title: Desktop bbIconBox.Desktop.rows: 3 bbIconBox.Desktop.columns: 4 -bbIconBox.Desktop.icon.size: 16 -bbIconBox.Desktop.icon.saturation: 80 +bbIconBox.Desktop.icon.size: 32 +bbIconBox.Desktop.icon.saturation: 255 bbIconBox.Desktop.icon.hue: 60 bbIconBox.Desktop.drawTitle: false bbIconBox.Desktop.drawBorder: true @@ -48,7 +48,7 @@ bbIconBox.Quick+Launch.title: Quick bbIconBox.Quick+Launch.rows: 4 bbIconBox.Quick+Launch.columns: 2 bbIconBox.Quick+Launch.icon.size: 16 -bbIconBox.Quick+Launch.icon.saturation: 80 +bbIconBox.Quick+Launch.icon.saturation: 255 bbIconBox.Quick+Launch.icon.hue: 0 bbIconBox.Quick+Launch.drawTitle: true bbIconBox.Quick+Launch.drawBorder: true @@ -67,11 +67,11 @@ bbIconBox.task1.alpha.enabled: false bbIconBox.task1.alpha.value: 192 bbIconBox.task1.orientation: vertical bbIconBox.task1.path: TASK1 -bbIconBox.task1.title: A +bbIconBox.task1.title: Apps bbIconBox.task1.rows: 4 -bbIconBox.task1.columns: 2 -bbIconBox.task1.icon.size: 16 -bbIconBox.task1.icon.saturation: 80 +bbIconBox.task1.columns: 1 +bbIconBox.task1.icon.size: 32 +bbIconBox.task1.icon.saturation: 255 bbIconBox.task1.icon.hue: 0 bbIconBox.task1.drawTitle: true bbIconBox.task1.drawBorder: true @@ -93,8 +93,8 @@ bbIconBox.task2.path: TASK2 bbIconBox.task2.title: B bbIconBox.task2.rows: 4 bbIconBox.task2.columns: 2 -bbIconBox.task2.icon.size: 16 -bbIconBox.task2.icon.saturation: 80 +bbIconBox.task2.icon.size: 32 +bbIconBox.task2.icon.saturation: 255 bbIconBox.task2.icon.hue: 0 bbIconBox.task2.drawTitle: true bbIconBox.task2.drawBorder: true @@ -116,8 +116,8 @@ bbIconBox.task3.path: TASK3 bbIconBox.task3.title: C bbIconBox.task3.rows: 4 bbIconBox.task3.columns: 2 -bbIconBox.task3.icon.size: 16 -bbIconBox.task3.icon.saturation: 80 +bbIconBox.task3.icon.size: 32 +bbIconBox.task3.icon.saturation: 255 bbIconBox.task3.icon.hue: 0 bbIconBox.task3.drawTitle: true bbIconBox.task3.drawBorder: true