home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / app-defaults / ProcMeter < prev    next >
Text File  |  1998-10-13  |  899b  |  34 lines

  1. ! ProcMeter app-defaults Version 2.4.
  2. !
  3. ! Copyright 1994,95,96,98 Andrew M. Bishop
  4. !
  5.  
  6. ! The font for the labels on the meters, menu button, and menu items.
  7. ProcMeter*font:            5x7
  8. ProcMeter*menu.font:        6x13
  9. ProcMeter*menushell*font:    6x10
  10.  
  11. ! For each of the meters, different options can be set.
  12. ! These can apply to all meters (e.g. *gridMin: 5)
  13. ! or to a type of meter (e.g. *cpu.gridMin: 5).
  14.  
  15. ! The background colour for the meters.
  16. ProcMeter*background:        white
  17.  
  18. ! The foreground colour for the meters.
  19. ProcMeter*foreground:        black
  20.  
  21. ! The colour of the meter grids.
  22. ProcMeter*grid:            grey50
  23.  
  24. ! The graph can be solid or just a line.
  25. ProcMeter*solid:                True
  26.  
  27. ! The minimum number of grid lines,
  28. ! a negative number also stops lines from being drawn.
  29. ProcMeter*gridMin:        5
  30. ProcMeter*batt-lvl.gridMin:    3
  31.  
  32. ! The position of the labels, -1=bottom, 0=none, 1=top.
  33. ProcMeter*labelPosition:    -1
  34.