summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Constants.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-14 17:50:03 +0200
committerPaul Buetow <paul@buetow.org>2013-04-14 17:50:03 +0200
commit6ec996fb7fce8c31c92d1566bfce8a46c0e0da36 (patch)
tree8df29601098eee187bf51c505d184970f3dcdbf5 /lib/Loadbars/Constants.pm
parent52a66a503d77c150b6a778305e5569517fe88c29 (diff)
add profiling target
Diffstat (limited to 'lib/Loadbars/Constants.pm')
-rw-r--r--lib/Loadbars/Constants.pm32
1 files changed, 16 insertions, 16 deletions
diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm
index 2a0fa0a..e0e5988 100644
--- a/lib/Loadbars/Constants.pm
+++ b/lib/Loadbars/Constants.pm
@@ -11,22 +11,22 @@ use constant {
CSSH_CONFFILE => '/etc/clusters',
CSSH_MAX_RECURSION => 10,
COLOR_DEPTH => 32,
- BLACK => [0x00,0x00,0x00],
- BLUE0 => [0x00,0x00,0xff],
- LIGHT_BLUE => [0x00,0x00,0xdd],
- LIGHT_BLUE0 => [0x00,0x00,0xcc],
- BLUE => [0x00,0x00,0x88],
- GREEN => [0x00,0x90,0x00],
- LIGHT_GREEN => [0x00,0xf0,0x00],
- ORANGE => [0xff,0x70,0x00],
- PURPLE => [0xa0,0x20,0xf0],
- RED => [0xff,0x00,0x00],
- WHITE => [0xff,0xff,0xff],
- GREY0 => [0x11,0x11,0x11],
- GREY => [0xaa,0xaa,0xaa],
- DARK_GREY => [0x15,0x15,0x15],
- YELLOW0 => [0xff,0xa0,0x00],
- YELLOW => [0xff,0xc0,0x00],
+ BLACK => [ 0x00, 0x00, 0x00 ],
+ BLUE0 => [ 0x00, 0x00, 0xff ],
+ LIGHT_BLUE => [ 0x00, 0x00, 0xdd ],
+ LIGHT_BLUE0 => [ 0x00, 0x00, 0xcc ],
+ BLUE => [ 0x00, 0x00, 0x88 ],
+ GREEN => [ 0x00, 0x90, 0x00 ],
+ LIGHT_GREEN => [ 0x00, 0xf0, 0x00 ],
+ ORANGE => [ 0xff, 0x70, 0x00 ],
+ PURPLE => [ 0xa0, 0x20, 0xf0 ],
+ RED => [ 0xff, 0x00, 0x00 ],
+ WHITE => [ 0xff, 0xff, 0xff ],
+ GREY0 => [ 0x11, 0x11, 0x11 ],
+ GREY => [ 0xaa, 0xaa, 0xaa ],
+ DARK_GREY => [ 0x15, 0x15, 0x15 ],
+ YELLOW0 => [ 0xff, 0xa0, 0x00 ],
+ YELLOW => [ 0xff, 0xc0, 0x00 ],
SYSTEM_BLUE0 => 30,
USER_ORANGE => 70,
USER_YELLOW0 => 50,