--- src/default.h.orig	Wed Feb 20 20:14:24 2002
+++ src/default.h	Wed Feb 20 20:16:04 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    
