Guest User

Untitled

a guest
Jul 15th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. # Microsoft Windows ini File
  2. #
  3. # Name: DesktopInfo Configuration
  4. # Version: 0.5.0.0
  5. # Date: 2020-03-18
  6. # Author: MMillar
  7. # https://github.com/mmillar-bolis
  8. # http://www.bolis.com
  9. #
  10. # Description:
  11. # This is the configuration file read by `DesktopInfo.exe`
  12. #
  13. # Credits:
  14. # Glenn Delahoy - http://www.glenn.delahoy.com/software/
  15. #
  16.  
  17. [options]
  18.  
  19. # size and position
  20. top=15
  21. right=15
  22. width=750
  23. formcolor=000000
  24.  
  25. # font
  26. font-face=JetBrainsMono NF
  27. font-size=16
  28.  
  29. # logging
  30. log=Logs\error.log
  31. log-level=error
  32.  
  33. # navigation buttons
  34. nav=0
  35.  
  36. #misc
  37. desktopinfo64=1
  38. formcolor=000000
  39. transparency=100
  40. contextmenu=0
  41.  
  42. [screen-saver]
  43. font-face=Arial
  44. font-size=10
  45. centerv=1
  46. centerh=1
  47.  
  48. [pages]
  49. 1=Main
  50. 2=
  51. 3=
  52. 4=
  53. 5=
  54. 6=
  55. 7=
  56. 8=
  57. 9=
  58.  
  59. [items]
  60.  
  61. # colors
  62. set=key:White,value:#ffffff
  63. set=key:Grey,value:#909090
  64. set=key:Cyan,value:#00bbbb
  65. set=key:Magenta,value:#bb00bb
  66. set=key:Green,value:#00ff00
  67. set=key:Orange,value:#ffa000
  68. set=key:Yellow,value:#ffff00
  69. set=key:Silver,value:#d0d0d0
  70. set=key:Blue,value:#26a1ff
  71. set=key:Red,value:#ff2222
  72.  
  73. # battery status lookup table
  74. set=key:battery1,value:🪫
  75. set=key:battery2,value:⚡
  76. set=key:battery3,value:✔️
  77.  
  78. # shared resources type lookup table
  79. # set=key:share_type_0,value:Disk Drive
  80. # set=key:share_type_1,value:Print Queue
  81. # set=key:share_type_2,value:Device
  82. # set=key:share_type_3,value:IPC
  83. # set=key:share_type_-2147483645,value:IPC Admin
  84. # set=key:share_type_-2147483648,value:Disk Drive Admin
  85. # set=key:share_type_-2147483649,value:Print Queue Admin
  86. # set=key:share_type_-2147483650,value:Device Admin
  87. # set=key:share_type_-2147483651,value:IPC Admin
  88.  
  89. # page 9 - test
  90. PAGE=1
  91. COLOR=%White%
  92. COMMENT=color:%White%,style:bi,text:Laptop
  93.  
  94. # Host information
  95. HOST=text:Host,display:%1
  96. USER=set:username,hidden:0
  97. UPTIME=interval:1,set:uptime,display:%1 day %2[2.0d]:%3[2.0d]:%4[2.0d]
  98. BOOTTIME=set:boottime,text:Boot Time ,display:%9 %10
  99. WMI=interval:5,text:Battery,alarms:(%15 gt 90 %blue%) (%15 le 90 %green%) (%15 le 60 %yellow%) (%15 le 30 %orange%) (%15 le 10 %red%),namespace:root\cimv2,query:Win32_Battery,display:%EstimatedChargeRemaining%% %battery%BatteryStatus%%
  100. COMMENT=font-size:50%
  101.  
  102.  
  103. # OS Information
  104. # COMMENT=color:%White%,style:bu,text:OS Information
  105. # WMI=text:OS Version,namespace:root\cimv2,query:Win32_OperatingSystem,display:%version%
  106. # WMI=text:Architecture,namespace:root\cimv2,query:Win32_OperatingSystem,display:%OSArchitecture%
  107. # COMMENT=font-size:25%
  108.  
  109. # Hardware Information
  110. # COMMENT=color:%White%,style:bu,text:Hardware
  111. # OEMINFO=active:0,display:%2
  112. # WMI=text:Manufacturer,namespace:root\cimv2,query:Win32_Baseboard,display:%Manufacturer%
  113. # CPUTYPE=text:CPU Type
  114. # WMI=text:Cores,namespace:root\cimv2,query:Win32_Processor,display:%NumberOfCores%
  115. # WMI=interval:5,text:Clock Speed,namespace:root\cimv2,query:Win32_Processor,display:%CurrentClockSpeed%MHz
  116. #WMI=interval:5,text:CPU Temp,namespace:root\wmi,query:MSAcpi_ThermalZoneTemperature,display: {{1.1f:%CurrentTemperature%/10-273.15}}C
  117. # COMMENT=font-size:25%
  118.  
  119. # Graphics Information
  120. # COMMENT=color:%White%,style:bu,text:Graphics
  121. # DISPLAYCONTROLLER=text:GPU Type
  122. # DIRECTX=
  123. # COMMENT=font-size:25%
  124.  
  125. # Performance Information
  126. COMMENT=color:%White%,style:bi,text:Performance
  127. CPU=text:CPU,interval:5,background-interval:10,chart:filled height:2 series1:1 color1:%green% series2:2 color2:%magenta% series3:%3 color3:%red%,alarms:(%1 ge 80 %red%)(%2 ge 40 %red%)(%3 ge 20 %orange%),display:Total: %1[2.0f]% KT: %2[2.0f]% Queue: %3
  128. PROCESSCOUNT=text:,font-size:85%,interval:5,display:%1 processes\, %2 threads
  129. COMMENT=font-size:25%
  130. TOPPROCESSCPU=interval:5,maxrows:2,text:#,display:%1 (%2) %3[3.2f]%,alarms:(%3 gt 2 %yellow%) (%3 gt 5 %orange%) (%3 gt 15 %red%)
  131. COMMENT=font-size:25%
  132.  
  133. PHYSICALRAM=text:RAM,interval:5,chart:bar2 scale:linear max:100 series1:3 color1:%blue%,alarms:(%3 ge 90 %red%),display:%1[3.1b]B / %2[3.1b]B (%3% used)
  134.  
  135. # VIRTUALMEMORY=interval:5,font-size:85%,chart:bar linear 100 3 80,display:%1[3.1b]B / %2[3.1b]B (%3% used)|
  136. PAGEFILE=text:,interval:5,font-size:85%,display:PF: %3%
  137. # PAGEFAULTS=interval:5,threshold1:5 -80 2222cc,text:Page Faults/sec
  138.  
  139. COMMENT=font-size:25%
  140. TOPPROCESSMEM=interval:5,counter:pu,maxrows:3,text:#,display:%1 (%2) %3[1.1b]B,alarms:(%3 gt 536870912 %yellow%) (%3 gt 1073741824 %orange%) (%3 gt 2147483648 %red%)
  141.  
  142. # Storage Information
  143. # COMMENT=color:%White%,style:bu,text:Storage
  144. # LOGICALDRIVES=interval:5,diskio:1,font-size:85%,chart:bar linear 100 7 75,threshold1:11 10000000 0000f0,threshold2:13 10000000,threshold3:7 90 0070f0, 0060f0,row-text:Drive %1: (%2)| %3,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%| avg read: %15[1.3B]secs\, write: %16[1.3B]secs
  145. # COMMENT=font-size:25%
  146.  
  147. # Network Information
  148. # COMMENT=color:%White%,style:bi,text:Network
  149. # HOST=
  150. # NETCONNECTIONS=interval:5
  151. # NETPACKETS=interval:5,active:0,display:r:%1[1.0n] s:%2[1.0n]
  152. # NETPACKETSRATE=interval:5,active:0,text:Net Rate,mtu:1500,display:r:%1[1.1b]Bps s:%2[1.1b]Bps
  153. # NETWORKINTERFACES=interval:30,operstatus:1,iftype:6 71,row-text:%2,display:%8
  154. # WMI=interval:5,background-interval:60,hide-no-result:1,font-size:85%,chart:line log 22 1 00ff00 2 bb00bb,threshold1:1 3500000 0000ff,threshold2:2 1000000 ff0000,text: Ethernet Traffic,namespace:root\cimv2,query:Win32_PerfFormattedData_Tcpip_NetworkInterface where Name like "%Ethernet%" and CurrentBandwidth>0 ,display:R: %BytesReceivedPersec%[3.1b]Bps\, S: %BytesSentPersec%[3.1b]Bps\, B: {{1.0B:%CurrentBandwidth%/8}}Bps
  155. # WMI=interval:5,active:0,background-interval:60,hide-no-result:1,font-size:80%,chart:line log 22 1 00ff00 2 bb00bb,threshold1:1 3500000 0000ff,threshold2:2 1000000 ff0000,text: Wifi Traffic,namespace:root\cimv2,query:Win32_PerfFormattedData_Tcpip_NetworkInterface where Name like "%Wireless%" and CurrentBandwidth>0,display:R: %BytesReceivedPersec%[3.1b]Bps\, S: %BytesSentPersec%[3.1b]Bps\, B: {{1.0B:%CurrentBandwidth%/8}}Bps
Advertisement
Add Comment
Please, Sign In to add comment