Advertisement
SturmB

desktopinfo.ini-01

Jul 22nd, 2020
2,491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # See the manual for a full description of all options
  2.  
  3. [options]
  4.  
  5. # size and position
  6. top=0
  7. right=0
  8. width=360
  9.  
  10. # font
  11. font-face=Arial
  12. font-size=10
  13. cleartype=1
  14.  
  15. # logging
  16. log=desktopinfo.log
  17. log-level=error
  18.  
  19. # navigation
  20. nav=0
  21.  
  22. # dragging
  23. allowdrag=0
  24.  
  25. [screen-saver]
  26. font-face=Comic Sans MS
  27. font-size=16
  28. centerv=1
  29. centerh=1
  30.  
  31. [items]
  32.  
  33. # battery status lookup table
  34. set=key:battery1,value:Disconnected
  35. set=key:battery2,value:Connected
  36.  
  37. # page 1 - boot
  38. COLOR=#5656cd
  39. USER
  40. BOOTTIME=display:%11 @ %12
  41.  
  42. # page 1 - memory
  43. COMMENT=active:1,color:cccccc,text:MEMORY,font-size:50%
  44. COLOR=#b0ffb0
  45. PHYSICALRAM=active:1,interval:30,threshold1:3 80 0000FF,display:%1[3.1b]B / %2[3.1b]B (%3% used)
  46.  
  47. # page 1 - network
  48. COMMENT=active:1,color:cccccc,text:NETWORK,font-size:50%
  49. COLOR=#ffe860
  50. HOST
  51. NETWORKINTERFACES=friendlyfilter:+local area connection-1-2,display:%8,text:IP Address,font-size:120%,color:#fff575
  52. DNSSERVER=multirow:0
  53. WMI=active:1,interval:3,hide-no-result:1,font-size:90%,chart:line log 23 1 00ff00 2 bb00bb,threshold1:1 4000000 2222ee,threshold2:2 4000000 1010f0,text:Wifi Traffic,namespace:root\cimv2,query:Win32_PerfFormattedData_Tcpip_NetworkInterface where Name like "%Atheros AR9285%",display:R: %BytesReceivedPersec%[3.1b]Bps\, S: %BytesSentPersec%[3.1b]Bps\, B: %CurrentBandwidth%[1.0B]B
  54. WMI=active:1,interval:3,hide-no-result:1,font-size:90%,chart:line log 23 1 00ff00 2 bb00bb,threshold1:1 4000000 2222ee,threshold2:2 4000000 1010f0,text:Ethernet Traffic,namespace:root\cimv2,query:Win32_PerfFormattedData_Tcpip_NetworkInterface where Name like "%Gigabit%" and CurrentBandwidth>0,display:R: %BytesReceivedPersec%[3.1b]Bps\, S: %BytesSentPersec%[3.1b]Bps\, B: %CurrentBandwidth%[1.0B]B
  55.  
  56. # page 1 - disks
  57. #COMMENT=active:1,color:cccccc,text:DISKS,font-size:50%
  58. #COLOR=#ffffff
  59. #LOGICALDRIVES=active:1,interval:5,diskio:1,font-size:85%,chart:bar linear 100 7 75,threshold1:11 10000000 0000f0,threshold2:13 10000000 0060f0,row-text:Drive %1:%3|(%2),display:%6[1.0B]B/%5[1.0B]B (%7[1.1f]% used)|%chart%| r: %11[1.1B]B/s\, w: %13[1.1B]B/s\, q: %17\, i: %19%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement