Cannot change internal graph color in Conky

Hey everyone,
I have run into a problem when configuring my Conky widget for my fresh Arch install.  I installed Conky and am using a modified configuration that I found here on the forums.  The contents of my conky.conf file are found below:
background yes
use_xft yes
xftfont Sans:size=8
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 500 250
maximum_width 200
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color black
default_outline_color white
alignment top_right
gap_x 12
gap_y 35
no_buffers yes
uppercase no
cpu_avg_samples 4
override_utf8_locale no
text_buffer_size 1024
TEXT
${font sans-serif:bold:size=9:}${color CFCFCF}SYSTEM ${color 818181}${hr 2}
${font sans-serif:normal:size=8}${color 818181}$sysname $kernel $alignr$machine
Host: $alignr$nodename
Uptime: $alignr$uptime
File System: $alignr${fs_type}
${font sans-serif:bold:size=9}${color CFCFCF}PROCESSORS ${color 818181}${hr 2}
${font sans-serif:normal:size=8}${color 818181}CPU (Avg): $alignr ${cpu cpu0}%
${cpugraph cpu0 40,200 237BEE -l}
Core 1: ${cpu cpu1}% ${cpubar cpu1}
Core 2: ${cpu cpu2}% ${cpubar cpu2}
Core 3: ${cpu cpu3}% ${cpubar cpu3}
Core 4: ${cpu cpu4}% ${cpubar cpu4}
${font sans-serif:bold:size=9}${color CFCFCF}MEMORY ${color 818181}${hr 2}
${font sans-serif:normal:size=8}${color 818181}RAM $alignc $mem / $memmax $alignr $memperc%
$membar
${font sans-serif:bold:size=9}${color CFCFCF}DISKS ${color 818181}${hr 2}
${font sans-serif:normal:size=8}${color 818181}Root $alignc ${fs_used /} / ${fs_size /} $alignr${fs_used_perc /}%
${fs_bar /}
Home $alignc ${fs_used /home/johnmichael} / ${fs_size /home/johnmichael} $alignr ${fs_used_perc /home/johnmichael}%
${fs_bar /home/johnmichael}
${font sans-serif:bold:size=9}${color CFCFCF}TOP PROCESSES ${color 818181}${hr 2}
${font sans-serif:bold:size=8}${color A8A8A8}${top_mem name 1}${alignr}${top mem 1} %
${top_mem name 2}${alignr}${top mem 2} %
${font sans-serif:normal:size=8}${color 818181}$font${top_mem name 3}${alignr}${top mem 3} %
$font${top_mem name 4}${alignr}${top mem 4} %
$font${top_mem name 5}${alignr}${top mem 5} %
${font sans-serif:bold:size=9}${color CFCFCF}NETWORK ${color 818181}${hr 2}
${font sans-serif:normal:size=8}${color 818181}IP address: $alignr ${addr wlan0}
ESSID: $alignr ${wireless_essid wlan0}
Connection Quality: $alignr ${wireless_link_qual_perc wlan0}%
$alignr${font sans-serif:normal:size=8}Download
${font sans-serif:normal:size=8}${downspeedgraph wlan0}
${downspeed wlan0}/s $alignr ${totaldown wlan0}
$alignr${font sans-serif:normal:size=8}Upload
${font sans-serif:normal:size=8}${upspeedgraph wlan0}
${upspeed wlan0}/s $alignr ${totalup wlan0}
${font sans-serif:bold:size=9}${color CFCFCF}EMAIL ${color 818181}${hr 2}
${font sans-serif:normal:size=8}${color 818181}Gmail Messages: $alignr ${execpi 300 python ~/.scripts/gmail.py}
GA Tech Messages: $alignr ${execpi 300 ~/.scripts/imap.pl}
The problem that I am having is in trying to specify the internal color of the cpu graph for the average cpu activity:
${cpugraph cpu0 40,200 237BEE -l}
I want to keep the boarder of the graph the same darkish grey color as the rest of the widget but I want to change the color of the portion of the graph inside the boarder to a blue color, e.g. the hex color in the code above, or more specifically to match the blue that I am using in my Archey and prompt in urxvt.
I looked up the Conky variable defintions for how to do this and apparently you specifiy gradientcolor1 and gradientcolor2 after the size definition, similar to how I have done it in my conifg (I know that I am only using one color in the above code but it is still not working even when I define two different colors).
Here is a picture of my desktop:
http://ompldr.org/vZzR6dw
As you can see the internal portion of the graph is the same grey color as the majority of the widget.  I searched extensively on the forums and Google for a solution but everything that I try doesn't work. 
Any suggestions?

I hope this is 'fixed' by Apple in a mail.app update.
Let them know what you want via the feedback channel:
http://www.apple.com/feedback/macosx.html
But Mail has never had a provision for setting the default font, size, or color in its preferences and there is no indication this will ever be changed.
A related thread:
http://discussions.apple.com/thread.jspa?threadID=1467587&start=0&tstart=0

Similar Messages

  • Still cannot change radio caption color by script

    Hello,
    I've been trying to follow advice seen in other threads when developers wanted to inactivate radio button choices by script, and also turn the caption grey. What I'm finding is I can deactivate the choice but I just cannot turn the caption grey.
    If the exclusion group is named "MyRadioChoice" and the choices are (say) "Choice1", "Choice2", "Choice3" and due to other user input Choice3 becomes inapplicable, then the wisdom is this should work:
    MyRadioChoice.Choice3.access = "readOnly";
    MyRadioChoice.Choice3.caption.font.fill.color = "192,192,192";
    The first statement works, the choice can no longer be clicked. But the second does not work, I just can't change the caption color. THe script does not throw any errors, it just plain doesn't work. Can anybody help?

    You were right. That problem was driving me crazy. Thank you for the solution.

  • Why I cannot change font  and Color in JFrame title??

    Dear sir:
    I try to change font and Color in JFrame title in code below,
    It display all html code, not expected formatted ones.
    but fail. Looks like no way to do it??
    Can somebody help??
    Thanks
    import java.awt.BorderLayout;
    import java.awt.Toolkit;
    import javax.swing.*;
    public class JFrameTester {
      public static void main(String[] args) {
         String iconPath ="file:C:/eclipse/workspace/Test/images/long.PNG";
         String title = "<html><body bgcolor=\"yellow\">" + "<img src=\""+iconPath+"\">" +
              " <font size=\"6\" face=\"Verdana\" color=\"red\"><b>"+ "New Tester" + "</b></font></html>";
        JFrame f = new JFrame(title);
        f.setIconImage(Toolkit.getDefaultToolkit().getImage("images/123.gif"));
        f.setSize(250, 250);
        f.setLocation(300,200);
        f.getContentPane().add(new BorderLayout().CENTER, new JTextArea(10, 40));
        f.setVisible(true);
    }

    Looks like no way to do it??depends on the L&F you want.
    here's one way
    import java.awt.*;
    import javax.swing.*;
    class JFrameTester {
      public static void main(String[] args) {
        JFrame.setDefaultLookAndFeelDecorated(true);
        UIManager.put("activeCaption", new javax.swing.plaf.ColorUIResource(Color.RED));
        UIManager.put("activeCaptionText", new javax.swing.plaf.ColorUIResource(Color.YELLOW));
        String title = "Hello World";
        JFrame f = new JFrame(title);
        f.getLayeredPane().getComponent(1).setFont(new Font("Tall Paul",Font.ITALIC,24));
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setSize(250, 250);
        f.setLocation(300,200);
        f.getContentPane().add(new BorderLayout().CENTER, new JTextArea(10, 40));
        f.setVisible(true);
    }

  • Can you change the Graphs Colors in BEx Web Analyzer?

    Dear All,
    I have few queries I have developed via BEx Query Designer which I am opening from BEx Web Analyzer in portals. Unfortunately the colors in the Graphs are not very pleasant. I was wondering if there is a way we can customize the colors which is given by the standard.
    I am aware that we can do this is BEx Report Designer. But I would like to do this is BEx Query Designer.
    Please help..
    Cheers,
    Shanka

    Hi Shanka,
    There is no option as such in BEx Query Designer.
    You can manipulate and play with colors only in Report designer or Web Application Designer.
    In Bex Query designer, you will find only exceptions which are related to colors but chart colors cannot be manipulated in query designer.
    If you are executing the report in workbook, you can change accordingly as it is excel.
    Regards,
    KK.

  • Cannot read black and gray menu bar, cannot change theme or color!!!!!!!

    how do I change the color of the menu bay. I cannot read it.

    You may have installed a persona that isn't working properly.<br />
    You can uninstall your current Persona and revert to the Default theme (Tools > Add-ons > Themes).
    See:
    * https://support.mozilla.com/kb/Personas
    * https://support.mozilla.com/kb/Using+themes+with+Firefox

  • Cannot change JToggleButton background color when Windows XP theme is used

    I wanted to change the background of a JToggleButton when it's pressed. I tried a few things, such as
    UIManager.put("ToggleButton.select", Color.RED);
    setting button's background, button's UI.
    but nothing worked.
    so I tried changing desktop theme from Windows XP to Windows Classic, then i was able to set button's background.
    The following is a simple test program, by switching theme, the toggleButton looks differently.
    Does anyone know how I can change JToggle button's background color under Windows XP theme?
    Thank you in advance!
    import javax.swing.*;
    import java.awt.*;
    public class ToggleTest {
        public static void createGUI(){
            JToggleButton button = new JToggleButton("Test");
            button.setBackground(Color.BLUE);
            JFrame testFrame = new JFrame("Test Frame");
            testFrame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
            testFrame.getContentPane().setLayout(new FlowLayout(FlowLayout.CENTER));
            testFrame.getContentPane().add(button);
            testFrame.pack();
            testFrame.setVisible(true);
        public static void main(String[] args){
            try{
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
                //UIManager.put("ToggleButton.select", Color.RED);
            catch(Exception ex){
                ex.printStackTrace();
            SwingUtilities.invokeLater(new Runnable(){
                public void run(){
                    createGUI();
    }

    class myToggleBtn extends JToggleButton {
      String s;
      public myToggleBtn(String str, Boolean sel) {
        super(str, sel);
        s = str;
      public void paintComponent(Graphics g) {
        super.paintComponent(g);
        if (this.isSelected()) {
             int w = getWidth();
             int h = getHeight();
             g.setColor(Color.green); //selected color
             g.fillRect(0, 0, w, h);
             g.setColor(Color.darkGray); //selected foreground color
             g.drawString(s, (w - g.getFontMetrics().stringWidth(s))/2 + 1, (h + g.getFontMetrics().getAscent())/2 - 1);
    }

  • Change line graph color to red when negative?

    I've got a line graph charting my budget. Anyone know if there is a way to have the line be red if it is negative, and the standard blue if it is in the positive?
    I didn't see any sort of option when I briefly looked around Numbers - but I thought I'd ask.

    I believe your thinking about the "color red if negative" type thing you can do in cell formatting. I couldn't find a way of doing any kind of conditional formatting in charts. I had to use a rule to do it in cell formatting.
    If someone else knows a way, I hope they will tell us. I can't find it.
    Jason

  • Cannot change scale ramp colors on my dial

    This should be noob stuff but I can't seem to change the scale ramp colors on my dial gauge. I need something very dynamic. Thanks in advance.
    PaulG.
    "I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell
    Solved!
    Go to Solution.

    Have you tried using the "color box constant" from "programming->dialogue and user interface" and connecting that up?
    Attachments:
    color.png ‏39 KB

  • Cannot change background color

    I cannot change chart background color,can someone help me .

    Hi,
    You could change the style of chart plotarea by using below code:
    <UserControl.Resources>
    <Style x:Key="GridStyle1" TargetType="Grid">
    <Setter Property="Background" Value="White"/>
    </Style>
    </UserControl.Resources>
    Besides, link below could give you some help:
    http://msdn.microsoft.com/en-us/expression/dd433476.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I upgraded to IOS7 om my phone and want to change my font color, but cannot see how to do this

    I upgraded to IOS7 and now in notes I cannot change the font color, is there away to do this. I am a little fusterrated with IOS7. Just changed it over a couple of days ago.

    Settings > General > Accessibility ...
    Then choose something like "Increase Contrast" or "Larger Type".

  • Changing system font colors?

    Hi community,
    I have been always a lover of dark backgrounds with light color fonts because it's much better for reading, at least for me.
    1) Is there any way to change the way the system fonts color is displayed? I could change the background color using the options of the finder to a background gray color of 333333, but cannot change the font color to something around white, in order to get a better contrast between background and text.
    2) It's possible to do the same in text editors?
    Thanks in advance,
    Mart

    Hi,
    Happens in the finder that the fonts are black, and I would like to change the font color from black (default) to white. If you take a look to the new Snow Leopard, you will notice that some texts are white over a dark gray background. That's aesthetically super cool, and much better for reading. Here is an snapshot of this thing: http://www.zone-numerique.com/uploads/News/090216/capturesnow_leopard_dock450.jpg You can see how good is the contrast with white over dark gray. I would love to have the whole OS set this way, instead white & light gray (default).
    Thanks,
    Mart

  • Change graph color dynamically in Discoverer

    Hi,
    Is it possible to change the background color for a graph based on certain condition? If so, how should I do it?
    Thanks,

    No - you cannot dynamically change the color of a graph or graph element in Discoverer.
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Blog: http://oraclebi.blogspot.com/

  • Cannot change the Canvas Extension Color from "Background" to a color of my choosing. Is this a glitch, or is there some setting that I can change?

    Cannot change the Canvas Extension Color from "Background" to a color of my choosing. Is this a glitch, or is there some setting that I can change?

    It depends on how exactly you are doing it but to change the background, I suggest watch this video:
    <How To Change Background in Photoshop Elements 11 - YouTube>
    Hope this helps.

  • Cannot change Color mode

    Hello,
    I was provided a file from a customer that is RGB. I need to change it to cmyk for printing. HOwever I cannot change the color mode. All my options in the Mode section under Image are greyed out. I have never seen this happen before.. Here is a screen shot of the Mode.
    The image has been flattened. I am using PS cs6 on a mac. I have never seen this happen before. Does any one have any ideas?

    Strange. Could the file permissions be set to lock you out?
    In the Finder, do a Get Info in the file and look at the permissions. If at the bottom, your name says "read only," then you need to change the permissions to allow you to read AND write.
    To change permissions, use BatChmod, but be careful to change the permissions on that file ONLY.
    It's FREE at:
    http://www.lagentesoft.com/batchmod/index.html
    ... And if that doesn't solve the problem, can you share the file?

  • How change the report graph color in teststand

    how change the report graph color in teststand?

    Michael,
    You might also be able to customize the style sheet associated with the report. The TestStand Help provides some information about how to customize ATML or XML style sheets to change report colors based on the status of test steps.
    Please take a look at the following topics; are these helpful?
    ATML Report Style Sheets
    Modifying Cell Background Color Based on Step Status in ATML Test Results 5.0 Reports
    XML Report Style Sheets
    Modifying Cell Background Color Based on Step Status in XML Reports
    Tom
    TestStand Documentation

Maybe you are looking for