w10install/scripts/config/desktopinfo.ini

100 lines
3.0 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-08-14 22:37:40 +02:00
###
# set FONT ...
###
2023-02-22 16:30:22 +01:00
font-face=Fixedsys
font-size=6
2023-02-21 14:19:36 +01:00
2023-08-14 22:37:40 +02:00
###
# set COULORS ...
###
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
2023-08-14 22:37:40 +02:00
###
# show HOSTNAME and OS VERSION ...
###
2023-02-22 16:30:22 +01:00
COLOR=%orange%
2023-02-23 13:13:40 +01:00
HOST=wide:1,text:,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%
2023-02-23 13:13:40 +01:00
CPUTYPE=wide:1,text:,display:%1
2023-02-22 16:30:22 +01:00
2023-08-14 22:37:40 +02:00
###
# show CPU HISTORY ...
###
2023-02-22 16:30:22 +01:00
COLOR=%white%
2023-02-23 13:13:40 +01:00
USER=wide:1,text:,display:User = %1
COMMENT=wide:1,text:,display:CPU History:
2023-02-22 16:30:22 +01:00
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-08-14 22:37:40 +02:00
###
# show CPU usage ...
###
2023-02-23 13:13:40 +01:00
COMMENT=wide:1,text:,display:CPU usage:
2023-02-22 16:30:22 +01:00
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-23 13:46:05 +01:00
COMMENT=style:w
2023-02-21 14:19:36 +01:00
2023-08-14 22:37:40 +02:00
###
# show RAM data ...
###
2023-02-23 13:46:05 +01:00
COMMENT=wide:1,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-08-14 22:37:40 +02:00
###
# show STORAGE data ...
###
2023-02-23 13:46:05 +01:00
TEXT=wide:1,color:%Orange%,text:,display:STORAGE USED
2023-08-14 22:37:40 +02:00
LOGICALDRIVES=text:,drive-size:1,interval:60,diskio:0,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%
2023-02-22 22:26:06 +01:00
COMMENT=style:w
2023-08-14 22:37:40 +02:00
###
# show NETWORK data ...
###
2023-02-23 13:46:05 +01:00
TEXT=wide:1,color:%Orange%,text:,display:NETWORK
2023-02-23 09:05:23 +01:00
NETWORKINTERFACES=text:,interval:60,operstatus:1,iftype:6 71,display:%2: %8/%10
2023-02-21 14:19:36 +01:00
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
2023-08-14 22:37:40 +02:00
###
# show PROCESSES data ...
###
2023-02-23 09:05:23 +01:00
PROCESSCOUNT=interval:5,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:5,wide:1,maxrows:5,filter:-desktopinfo,display:%1[0.25s]%2[0.8s]%3[3.1f]%
2023-02-21 14:19:36 +01:00
COMMENT
2023-02-23 09:05:23 +01:00
COMMENT=wide:1, display: (top 5 sorted by MEM usage)
COMMENT=wide:1,color:%orange%,display:NAME PID MEM
TOPPROCESSMEM=interval:5,wide:1,maxrows:5,display:%1[0.25s]%2[0.8s]%3[1.0b]
2023-02-22 16:30:22 +01:00
COMMENT=style:w
2023-02-22 22:26:06 +01:00
2023-08-14 22:37:40 +02:00
###
# show SYSTEM UPTIME ...
###
UPTIME=interval:60,wide:1,display: System Uptime: {{%1*24+%2}}h %3m