home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / app-defaults / XSysinfo-mono < prev    next >
Text File  |  1998-04-14  |  2KB  |  80 lines

  1. !*
  2. !* XSysinfo: application for displaying some kernel parameters
  3. !*
  4. !* $Id: XSysinfo.ad,v 1.6 1993/02/22 20:03:02 gabor Exp $
  5. !* 
  6. !* Written by Gabor Herr <herr@iti.informatik.th-darmstadt.de>.
  7. !*
  8. !* Copyright (c) 1992, 1993 by Gabor Herr, all rights reserved.
  9. !* 
  10. !* Permission to use, copy, modify, distribute, and sell this software
  11. !* and its documentation for any purpose is hereby granted without fee,
  12. !* provided that the above copyright notice appear in all copies and
  13. !* that both that copyright notice and this permission notice appear in
  14. !* supporting documentation, and that may name is not used in
  15. !* advertising or publicity pertaining to distribution of the software
  16. !* without specific, written prior permission. I make no representations
  17. !* about the suitability of this software for any purpose. It is
  18. !* provided "as is" without express or implied warranty.
  19. !*
  20. !
  21.  
  22. ! application resources to control whether or not a value should be displayed.
  23. ! These are all booleans: True = enable, False = disable.
  24. *.showTitle:        True
  25. *.showLoadAvg:        True
  26. *.showLoad:        True
  27. *.showMem:        True
  28. *.showSwap:        True
  29.  
  30. ! define some nice fonts
  31. *.font:            -adobe-courier-*-*-*-*-*-*-*-*-m-*-*-*
  32. *.title.font:        -adobe-courier-*-*-*-*-*-140-*-*-m-*-*-*
  33.  
  34. ! update interval for all values in seconds
  35. *bar.update:        1
  36.  
  37. ! set foreground colors for load average
  38. *loadavg*bar.foreground:    grey70
  39. *loadavg*bar.foreground1:    grey60
  40. *loadavg*bar.foreground2:    grey50
  41. *loadavg*bar.foreground3:    grey40
  42. *loadavg*bar.foreground4:    grey30
  43. *loadavg*bar.foreground5:    grey20
  44. *loadavg*bar.foreground6:    grey10
  45. *loadavg*bar.foreground7:    black
  46. *loadavg*bar.segmentGap:    1
  47.  
  48. ! set idle gauge color
  49. *load*bar.foreground:    grey70
  50. *load*bar.foreground1:    grey50
  51. *load*bar.foreground2:    grey30
  52.  
  53. ! set mem info gauge colors
  54. *mem*bar.foreground:    grey70
  55. *mem*bar.foreground1:    grey50
  56.  
  57. ! set swap gauge color
  58. *swap*bar.foreground:    grey70
  59. *swap*bar.foreground1:    grey50
  60. *swap*bar.foreground2:    grey30
  61.  
  62. ! set background
  63. *.background:        grey80
  64. *.BarGauge.background:    white
  65.  
  66. ! this the amount of space in pixels between two adjacent segments in a bar
  67. *bar.segmentGap:    1
  68.  
  69. ! show only the border of the gauge windows
  70. *.BarGauge.borderWidth:    1
  71. *.borderWidth:        0
  72.  
  73. ! text resources, you should not have to change these
  74. *.title.label:        Linux Kernel Info
  75. *.title.width:        205
  76. *.loadavg.name.label:    LoadAvg:
  77. *.load.name.label:    Load:   
  78. *.mem.name.label:    Memory: 
  79. *.swap.name.label:    Swap:   
  80.