Added configurable colors
This commit is contained in:
parent
c34ecfebac
commit
0e11dcb3cb
2 changed files with 23 additions and 15 deletions
|
@ -1,6 +1,14 @@
|
|||
apiserver {
|
||||
port = 8111 //Port to listen to
|
||||
refreshTime = 60 //Refresh Time in Seconds
|
||||
bgcolor = "black"
|
||||
bgcolordelay = "red"
|
||||
labelcolor = "green"
|
||||
textcolor = "grey"
|
||||
textcolordelay = "black"
|
||||
bgcolormain = "black"
|
||||
textcolormain = "red"
|
||||
textcolorupdate = "grey"
|
||||
|
||||
monitors {
|
||||
monitor1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue