w10install/scripts/config/desktopinfo.ini

77 lines
2.7 KiB
INI
Raw Normal View History

2023-02-21 14:19:36 +01:00
[options]
2023-02-22 16:31:43 +01:00
transparency=100
2023-02-22 16:30:22 +01:00
column1width=0
top=20
right=50
auto-scale=1
2023-02-21 17:39:47 +01:00
2023-02-22 16:30:22 +01:00
# font
font-face=Fixedsys
font-size=6
2023-02-21 14:19:36 +01:00
2023-02-22 16:30:22 +01:00
[items]
2023-02-22 22:26:06 +01:00
set White = #ffffff
set Orange = #ffd000
set Green = #00ff00
set GreenL = #a0ffa0
set Magenta = #ff00ff
2023-02-22 16:30:22 +01:00
set MagentaL = #ffa0ff
2023-02-22 22:26:06 +01:00
set Red = #ff0000
2023-02-22 16:30:22 +01:00
COLOR=%orange%
HOST=wide:1,display:@%1,font-size:200%
2023-02-21 14:19:36 +01:00
REG=value:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ReleaseId,set:releaseid,hidden:1
2023-02-22 16:30:22 +01:00
WMI=id:os,wide:1,namespace:root\cimv2,query:Win32_OperatingSystem,display:%caption% %releaseid%
CPUTYPE=wide:1,display:%1
COLOR=%white%
2023-02-21 14:19:36 +01:00
COMMENT
2023-02-21 17:39:47 +01:00
2023-02-22 16:30:22 +01:00
COMMENT=text:CPU History:
CPU=interval:1,text-color:%white%,color:%green%,chart:filled max:100 series1:1 color1:00ff00 height:2,\
text:,display:%chart%
2023-02-21 14:19:36 +01:00
2023-02-22 16:30:22 +01:00
COMMENT=text:CPU usage:
CPU=interval:1,text-color:%white%,color:%magenta%,chart:bar max:100 series1:1 color1:%MagentaL% threshold:70,\
text:,display:%1[1.1f]% %chart%
2023-02-21 14:19:36 +01:00
WMI=text:,interval:5,namespace:root\cimv2,query:Win32_Processor,display:Speed: %CurrentClockSpeed%[4.2K]GHz
2023-02-22 22:26:06 +01:00
COMMENT=style:w,
2023-02-21 14:19:36 +01:00
2023-02-22 22:26:06 +01:00
COMMENT=color:%Orange%,text:,display:RAM USED
2023-02-22 16:30:22 +01:00
PHYSICALRAM=interval:10,text-color:%white%,color:%green%,set:aram=%4[3.1b],alarms:(%3 ge 80 0000FF),\
chart:bar max:100 series1:3 color1:%greenl%,text:,display:%1[3.1b]B (%3%) %chart%
TEXT=interval:10,color:%green%,text:,display:%aram%B Available RAM
2023-02-21 14:19:36 +01:00
PAGEFILE=text:,interval:5,display:Page file: %1[3.1g]GiB %3% of %2[1.0b]B
2023-02-22 16:30:22 +01:00
COMMENT=style:w
2023-02-21 14:19:36 +01:00
2023-02-22 22:26:06 +01:00
TEXT=color:%Orange%,text:,display:STORAGE USED
LOGICALDRIVES=text:,drive-size=4194304,interval:15,diskio:1,chart:bar2 scale:linear max:100 series1:7 threshold:80 color1:b55393 color2:%orange% color3:%red%, display:%1: %6[5.1g] of %5[3.0b]B %chart%
COMMENT=style:w
2023-02-22 16:30:22 +01:00
# show network data ...
2023-02-21 14:19:36 +01:00
TEXT=color:%Orange%,text:,display:NETWORK
NETWORKINTERFACES=text:,interval:30,operstatus:1,iftype:6 71,display:%2: %8/%10
WMI=text:,interval:60,alarms:(%11 ge 34 0088f0),namespace:root\cimv2,query:Win32_PingStatus where address='1.1.1.1',display:Latency: %ResponseTime%ms from 1.1.1.1
2023-02-22 16:30:22 +01:00
COMMENT=style:w
PROCESSCOUNT=interval:2,wide:1,display: Processes: %1
COMMENT=wide:1, display: (top 5 sorted by CPU usage)
COMMENT=wide:1,color:%orange%,display:NAME PID CPU%
TOPPROCESSCPU=interval:1,wide:1,maxrows:5,filter:-desktopinfo,display:%1[0.25s]%2[0.10s]%3[3.1f]%
2023-02-21 14:19:36 +01:00
COMMENT
2023-02-22 16:30:22 +01:00
COMMENT=wide:1, display: (top 5 sorted by MEM usage)
COMMENT=wide:1,color:%orange%,display:NAME PID MEM
TOPPROCESSMEM=interval:2,wide:1,maxrows:5,display:%1[0.25s]%2[0.10s]%3[1.1b]B
COMMENT=style:w
UPTIME=wide:1,display: System Uptime: {{%1*24+%2}}h %3m
2023-02-22 22:26:06 +01:00