diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-14 17:50:03 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-14 17:50:03 +0200 |
| commit | 6ec996fb7fce8c31c92d1566bfce8a46c0e0da36 (patch) | |
| tree | 8df29601098eee187bf51c505d184970f3dcdbf5 /lib/Loadbars/Constants.pm | |
| parent | 52a66a503d77c150b6a778305e5569517fe88c29 (diff) | |
add profiling target
Diffstat (limited to 'lib/Loadbars/Constants.pm')
| -rw-r--r-- | lib/Loadbars/Constants.pm | 32 |
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, |
