diff --git a/src/default.h b/src/default.h index 2c37b5bf6..d1a4d952f 100644 --- a/src/default.h +++ b/src/default.h @@ -426,15 +426,11 @@ cfoption icewm_preferences[] = { OIV("PingTimeout", &pingTimeout, 0, (3600*24), "Timeout in seconds for applications to respond to _NET_WM_PING protocol"), OIV("MailCheckDelay", &mailCheckDelay, 0, (3600*24), "Delay between new-mail checks in seconds"), OIV("TaskBarCPUDelay", &taskBarCPUDelay, 10, (60*60*1000), "Delay between CPU Monitor samples in ms"), - OIV("TaskBarCPUSamples", &taskBarCPUSamples, 2, 1000, "The width of the CPU Monitor applet in pixels"), - OIV("TaskBarMEMSamples", &taskBarMEMSamples, 2, 1000, "The width of the Memory Monitor applet in pixels"), OIV("TaskBarMEMDelay", &taskBarMEMDelay, 10, (60*60*1000), "Delay between Memory Monitor samples in ms"), - OIV("TaskBarNetSamples", &taskBarNetSamples, 2, 1000, "The width of the Net Monitor applet in pixels"), OIV("TaskBarNetDelay", &taskBarNetDelay, 10, (60*60*1000), "Delay between Net Monitor samples in ms"), OIV("TaskbarButtonWidthDivisor", &taskBarButtonWidthDivisor, 1, 50, "default number of tasks in taskbar"), OIV("TaskBarWidthPercentage", &taskBarWidthPercentage, 0, 100, "Task bar width as percentage of the screen width"), OSV("TaskBarJustify", &taskBarJustify, "Taskbar justify left, right or center"), - OIV("TaskBarApmGraphWidth", &taskBarApmGraphWidth, 1, 1000, "Width of battery Monitor"), OIV("XineramaPrimaryScreen", &xineramaPrimaryScreen, 0, 63, "Primary screen for xinerama where taskbar is shown"), OIV("FocusRequestFlashTime", &focusRequestFlashTime, 0, (3600 * 24), "Number of seconds the taskbar app will blink when requesting focus (0 = forever)"), diff --git a/src/themable.h b/src/themable.h index d6fb7455f..410fe3688 100644 --- a/src/themable.h +++ b/src/themable.h @@ -160,6 +160,10 @@ cfoption icewm_themable_preferences[] = { OUV("TrayIconMaxWidth", &trayIconMaxWidth, 16, 128, "Maximum scaled width of tray icons"), OUV("TrayIconMaxHeight", &trayIconMaxHeight, 16, 128, "Maximum scaled height of tray icons"), OBV("TrayDrawBevel", &trayDrawBevel, "Surround the tray with plastic border"), + OIV("TaskBarApmGraphWidth", &taskBarApmGraphWidth, 1, 1000, "Width of battery Monitor"), + OIV("TaskBarCPUSamples", &taskBarCPUSamples, 2, 1000, "The width of the CPU Monitor applet in pixels"), + OIV("TaskBarMEMSamples", &taskBarMEMSamples, 2, 1000, "The width of the Memory Monitor applet in pixels"), + OIV("TaskBarNetSamples", &taskBarNetSamples, 2, 1000, "The width of the Net Monitor applet in pixels"), OBV("TitleBarCentered", &titleBarCentered, "Draw window title centered (obsoleted by TitleBarJustify)"), OBV("TitleBarJoinLeft", &titleBarJoinLeft, "Join title*S and title*T"),