summaryrefslogblamecommitdiff
path: root/x11-wm/icewm/files/patch-av
blob: 5167594e4e3c42f22dd431e0583607ffbb50ec76 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                
                   






                                                                

                                




                                                                                                                                                          
           
--- src/default.h.orig	Thu May 16 14:00:02 2002
+++ src/default.h	Tue May 28 04:44:02 2002
@@ -455,6 +455,7 @@
 XSV(const char *, clrLabelText,                 "rgb:00/00/00")
 XSV(const char *, clrCpuUser,                   "rgb:00/FF/00")
 XSV(const char *, clrCpuSys,                    "rgb:FF/00/00")
+XSV(const char *, clrCpuIntr,                   "rgb:FF/FF/00")
 XSV(const char *, clrCpuNice,                   "rgb:00/00/FF")
 XSV(const char *, clrCpuIdle,                   "rgb:00/00/00")
 XSV(const char *, clrNetSend,                   "rgb:FF/FF/00")
@@ -837,6 +838,7 @@
 #ifdef CONFIG_APPLET_CPU_STATUS
     OSV("ColorCPUStatusUser",                   &clrCpuUser,                    "User load on the CPU monitor"),
     OSV("ColorCPUStatusSystem",                 &clrCpuSys,                     "System load on the CPU monitor"),
+    OSV("ColorCPUStatusInterrupts",             &clrCpuIntr,                    "Inturrupts on the CPU monitor"),
     OSV("ColorCPUStatusNice",                   &clrCpuNice,                    "Nice load on the CPU monitor"),
     OSV("ColorCPUStatusIdle",                   &clrCpuIdle,                    "Idle (non) load on the CPU monitor, leave empty to force transparency"),
 #endif