1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
!****************************************************************************
!** bbsload.bb -- Style and configuration file for bbsload **
!****************************************************************************
!** Auto reconfigure when .blackboxrc changes
bbsload.autoConfig: False
!****************** How and where to display ********************
!** Screen position to start at
bbsload.position: +0-0
!** place bbdate in the slit **
!bbsload.withdrawn: True
!** don't show frame **
!bbsload.shape: True
!** delay between updates
!sload.checkDelay: 5
!bbsload.bevelWidth: 4
!** How many bars to draw
bbsload.gauge.numberOf.bars: 6
how seperate lines in gauge
!bbsload.gauge.tickmarks: True
****************** What and how to display *****************************
!** gauges and labels are displayed in this sequence **
!** if true the labels are shown below the gauges
!bbsload.show.vertical: False
bbsload.show.1m.gauge: True
bbsload.show.5m.gauge: False
bbsload.show.15m.gauge: False
bbsload.show.memUsed.gauge: False
bbsload.show.swapUsed.gauge: False
bbsload.show.totalUsed.gauge: True
bbsload.show.cpuUser.gauge: False
bbsload.show.cpuNice.gauge: False
bbsload.show.cpuSystem.gauge: False
bbsload.show.cpuIdle.gauge: False
bbsload.show.runningCounter.label: False
bbsload.show.taskCounter.label: False
bbsload.show.1m.label: True
bbsload.show.5m.label: False
bbsload.show.15m.label: False
bbsload.show.memUsed.label: False
bbsload.show.swapUsed.label: False
bbsload.show.totalUsed.label: True
bbsload.show.cpuUser.label: False
bbsload.show.cpuNice.label: False
bbsload.show.cpuSystem.label: False
bbsload.show.cpuIdle.label: False
!** define active gauge style
bbsload.gauge.active: Vertical Gradient Flat Bevel2
bbsload.gauge.active.color: red1
bbsload.gauge.active.colorTo: green
!** define inactive gauge style
bbsload.gauge.inactive: Solid Flat Bevel2
bbsload.gauge.inactive.color: grey18
bbsload.gauge.inactive.colorTo: grey18
!** define background gauge style
!bbsload.gauge.background: Solid Flat Bevel2
!bbsload.gauge.background.color: grey18
!bbsload.gauge.background.colorTo: grey18
!** define the colors in stead of gradient
!bbsload.gauge.multiColor: False
!** define the colors for the segment of the gauge
!bbsload.gauge.segment.1.color: green
!bbsload.gauge.segment.2.color: green
!bbsload.gauge.segment.3.color: yellow
!bbsload.gauge.segment.4.color: yellow
!bbsload.gauge.segment.5.color: red1
!bbsload.gauge.segment.6.color: red1
!** define maximum load
!bbsload.gauge.maximum.load: 1.0
!** define load-level of the different segments
!** max load is ignored
!bbsload.gauge.segment.1.scale: 0.1
!bbsload.gauge.segment.2.scale: 0.2
!bbsload.gauge.segment.3.scale: 0.4
!bbsload.gauge.segment.4.scale: 0.6
!bbsload.gauge.segment.5.scale: 0.8
!bbsload.gauge.segment.6.scale: 1.0
!** bbsload on top of other windows?
bbsload.raised: True
!** pixel width of the graph area
!bbsload.gauge.width: 20
!** number of pixels the bars decrease in width each level
!** on left and right side
!bbsload.gauge.left.stepWidth: 2
!bbsload.gauge.right.stepWidth: 0
! *************************************************************
! ** By default the values below this point are taken from **
! ** the Blackbox style. **
! ** If you want to override something just uncomment it **
! ** and change the value **
! *************************************************************
!***************** Define display style *************************
!** define frame style
!bbsload.frame: Raised Gradient Vertical Bevel1
!bbsload.frame.color: gray45
!bbsload.frame.colorTo: gray21
!** define label style
!bbsload.label: Sunken Gradient Vertical Bevel1
!bbsload.label.color: gray45
!bbsload.label.colorTo: gray21
!************ fonts and text colors ******************************
!** label font
!mailtool.labelFont: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*
!** font which determines the height (compatible with blackbox)
!mailtool.heightBy.font: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*
!** text colors
!bbsload.taskCounter.label.textColor: lightgrey
!bbsload.runningCounter.label.textColor: lightgrey
!bbsload.1m.label.textColor: lightgrey
!bbsload.5m.label.textColor: lightgrey
!bbsload.15m.label.textColor: lightgrey
!bbsload.memUsed.label.textColor: lightgrey
!bbsload.swapUsed.label.textColor: lightgrey
!bbsload.totalUsed.label.textColor: lightgrey
!bbsload.seperator.counter.textColor: lightgrey
|