Page 878 of 2348 FirstFirst ... 37877882886887687787887988088892897813781878 ... LastLast
Results 8,771 to 8,780 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #8771
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by londonali1010 View Post
    Just a quick question: are you running Gnome or KDE?

    Also, can you post a screenie, please? It'll help us sort you out quicker!
    Xfce, but you didn't ask me did you!

    Have a nice day.
    Bruce

  2. #8772
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Giant Speck View Post
    You could use devilspie.

    Installation:
    Code:
    sudo apt-get install devilspie
    Configuration of devilspie:
    1. Open text editor of your choice.
    2. Create a text file called ~/.devilspie/conky.rs with the following contents:
    Code:
    (if
    (contains (application_name) "colorconky")
    (begin
    (opacity 45)
    )
    )
    You can set the opacity to anything between 0 and 100.
    What to add to .conkyrc:
    Code:
    # Create own window instead of using desktop (required in nautilus)
    own_window  yes
    own_window_transparent no
    own_window_type normal
    own_window_title colorconky
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager
    You must start devilspie before starting conky for it to work, though.
    Three questions;

    1. I'm running 4 conkys:
    conky -c /Conky/conkymain,
    conky -c /Conky/conkyemail,
    conky -c /Conky/conkyforecast and
    conky -c /Conky/conkytext
    How would those fit in the script?

    2. Could devilspie be "Autostarted", or can the script be modified to start devilspie before it looks at conky?

    3. Don't you need a "#!/bin/bash" to start it?

    Have a nice day.
    Bruce
    Last edited by Bruce M.; August 23rd, 2009 at 02:34 PM.

  3. #8773
    Join Date
    Feb 2009
    Location
    Netherlands
    Beans
    784

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Three questions;

    1. I'm running 4 conkys:
    conky -c /Conky/conkymain,
    conky -c /Conky/conkyemail,
    conky -c /Conky/conkyforecast and
    conky -c /Conky/conkytext
    How would those fit in the script?
    It's not so much a script as a config file for devilspie (the extension is .ds btw, not rs). It contains one rule per file, so make create four .ds files for 4 conky windows, unless you want all conkies to do the same, then just 1 .ds for application name conky. Devilspie uses all .ds files in the folder .devilspie by default. Howto here.

    2. Could devilspie be "Autostarted", or can the script be modified to start devilspie before it looks at conky?
    Devilspie can be autostarted; it's not a script so second question = no. You can of course modify your conky launcher to start devilspie first.

    3. Don't you need a "#!/bin/bash" to start it?
    Nope.

    Have a nice day.
    Bruce
    You too, always a friendly end of your posts, so a reply this time
    Last edited by VCoolio; August 23rd, 2009 at 04:24 PM.

  4. #8774
    Join Date
    Jun 2007
    Beans
    638
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Forgive this messy conkyrc:
    Code:
    use_xft yes
    xftfont Bitstream Vera Sans Mono:size=10
    minimum_size 160 800
    maximum_width 1200
    update_interval 2
    total_run_times 0
    own_window no
    own_window_transparent no
    own_window_type widget
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager 
    double_buffer yes
    draw_shades no
    draw_outline no
    draw_borders no
    stippled_borders 0
    border_margin 2
    border_width 1
    default_color ffffff
    #default_shade_color white
    #default_outline_color black
    own_window_colour 08090a
    alignment top_left
    #alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    gap_x 30
    gap_y 14
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 2
    override_utf8_locale yes
    use_spacer yes
    short_units yes
    imlib_cache_size 0
    
    TEXT
    ${if_match ${battery_percent BAT1} <= 10}${image /home/melski/images/Round_Batt/Icons/1.png -s 64x64 -p 0,685}${else}${if_match ${battery_percent BAT1} <= 30}${image /home/melski/images/Round_Batt/Icons/2.png -s 64x64 -p 0,685}${else}${if_match ${battery_percent BAT1} <= 43}${image /home/melski/images/Round_Batt/Icons/3.png -s 64x64 -p 0,685}${else}${if_match ${battery_percent BAT1} <= 55}${image /home/melski/images/Round_Batt/Icons/4.png -s 64x64 -p 0,685}${else}${if_match ${battery_percent BAT1} <= 67}${image /home/melski/images/Round_Batt/Icons/5.png -s 64x64 -p 0,685}${else}${if_match ${battery_percent BAT1} <= 80}${image /home/melski/images/Round_Batt/Icons/6.png -s 64x64 -p 0,685}${else}${if_match ${battery_percent BAT1} < 98}${image /home/melski/images/Round_Batt/Icons/7.png -s 64x64 -p 0,685}${else}${image /home/melski/images/Round_Batt/Icons/8.png -s 64x64 -p 0,685}${endif}${endif}${endif}${endif}${endif}${endif}${endif}
    ${color}I T ${color 222222}L ${color}I S ${color 222222}A S T I M E
    ${if_match ${exec date +"%M"} < 35}${if_match ${exec date +"%M"} >= 15}${if_match ${exec date +"%M"} < 20}${color}${endif}${endif}A ${color 222222}C ${if_match ${exec date +"%M"} >= 15}${if_match ${exec date +"%M"} < 20}${color}${endif}${endif}Q U A R T E R ${color 222222}D C
    ${if_match ${exec date +"%M"} >= 20}${if_match ${exec date +"%M"} < 30}${color}${endif}${endif}T W E N T Y ${if_match ${exec date +"%M"} >= 25}${if_match ${exec date +"%M"} < 30}${color}${endif}${else}${color 222222}${endif}${if_match ${exec date +"%M"} >= 5}${if_match ${exec date +"%M"} < 10}${color}${endif}${endif}F I V E ${color 222222}X
    ${if_match ${exec date +"%M"} >= 30}${if_match ${exec date +"%M"} < 35}${color}${endif}${endif}H A L F ${color 222222}B ${if_match ${exec date +"%M"} >= 10}${if_match ${exec date +"%M"} < 15}${color}${endif}${endif}T E N ${color 222222}F T O
    ${else}${if_match ${exec date +"%M"} >= 45}${if_match ${exec date +"%M"} < 50}${color}${endif}${endif}A ${color 222222}C ${if_match ${exec date +"%M"} >= 45}${if_match ${exec date +"%M"} < 50}${color}${endif}${endif}Q U A R T E R ${color 222222}D C
    ${if_match ${exec date +"%M"} >= 35}${if_match ${exec date +"%M"} < 45}${color}${endif}${endif}T W E N T Y ${if_match ${exec date +"%M"} < 40}${if_match ${exec date +"%M"} >= 35}${color}${endif}${else}${color 222222}${endif}${if_match ${exec date +"%M"} >= 55}${color}${endif}F I V E ${color 222222}X
    H A L F B ${if_match ${exec date +"%M"} >= 50}${if_match ${exec date +"%M"} < 55}${color}${endif}${endif}T E N ${color 222222}F ${color}T O${color 222222}
    ${endif}${if_match ${exec date +"%M"} < 35}${if_match ${exec date +"%M"} >= 5}${color}${endif}${endif}P A S T ${color 222222}E R U ${if_match ${exec date +"%M"} < 35}${if_match ${exec date +"%I"} == 9}${color}${else}${color 222222}${endif}N I N E
    ${if_match ${exec date +"%I"} == 1}${color}${else}${color 222222}${endif}O N E ${if_match ${exec date +"%I"} == 6}${color}${else}${color 222222}${endif}S I X ${if_match ${exec date +"%I"} == 3}${color}${else}${color 222222}${endif}T H R E E
    ${if_match ${exec date +"%I"} == 4}${color}${else}${color 222222}${endif}F O U R ${if_match ${exec date +"%I"} == 5}${color}${else}${color 222222}${endif}F I V E ${if_match ${exec date +"%I"} == 2}${color}${else}${color 222222}${endif}T W O
    ${if_match ${exec date +"%I"} == 8}${color}${else}${color 222222}${endif}E I G H T ${if_match ${exec date +"%I"} == 11}${color}${else}${color 222222}${endif}E L E V E N
    ${if_match ${exec date +"%I"} == 7}${color}${else}${color 222222}${endif}S E V E N ${if_match ${exec date +"%I"} == 12}${color}${else}${color 222222}${endif}T W E L V E
    ${if_match ${exec date +"%I"} == 10}${color}${else}${color 222222}${endif}T E N ${else}${if_match ${exec date +"%I"} == 8}${color}${else}${color 222222}${endif}N I N E
    ${if_match ${exec date +"%I"} == 12}${color}${else}${color 222222}${endif}O N E ${if_match ${exec date +"%I"} == 5}${color}${else}${color 222222}${endif}S I X ${if_match ${exec date +"%I"} == 2}${color}${else}${color 222222}${endif}T H R E E
    ${if_match ${exec date +"%I"} == 3}${color}${else}${color 222222}${endif}F O U R ${if_match ${exec date +"%I"} == 4}${color}${else}${color 222222}${endif}F I V E ${if_match ${exec date +"%I"} == 1}${color}${else}${color 222222}${endif}T W O
    ${if_match ${exec date +"%I"} == 7}${color}${else}${color 222222}${endif}E I G H T${if_match ${exec date +"%I"} == 10}${color}${else}${color 222222}${endif} E L E V E N
    ${if_match ${exec date +"%I"} == 6}${color}${else}${color 222222}${endif}S E V E N${if_match ${exec date +"%I"} == 11}${color}${else}${color 222222}${endif} T W E L V E
    ${if_match ${exec date +"%I"} == 9}${color}${else}${color 222222}${endif}T E N ${endif}${color 222222}S E ${if_match ${exec date +"%M"} < 5}${color}${endif}O C L O C K
    ${color 222222}A T ${color}A N D ${color 222222}T E M P E R
    ${color 222222}U P ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 17}${color}${else}${color 222222}${endif}S E V E N T E E N${color 222222}
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} >= 40}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} < 50}${color}${endif}${endif}F O R T Y ${color 222222}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} >= 20}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} < 30}${color}${endif}${endif}T W E N T Y${color 222222}
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} >= 30}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} < 40}${color}${endif}${endif}T H I R T Y ${color 222222}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} >= 50}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} < 60}${color}${endif}${endif}F I F T Y${color 222222}
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 19}${color}${else}${color 222222}${endif}N I N E T E E N ${color 222222}L O W
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 6}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 26}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 36}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 46}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 56}${color}${else}${color 222222}${endif}${endif}${endif}${endif}${endif}S I X ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 9}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 29}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 39}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 49}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 59}${color}${else}${color 222222}${endif}${endif}${endif}${endif}${endif}N I N E ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 4}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 24}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 34}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 44}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 54}${color}${else}${color 222222}${endif}${endif}${endif}${endif}${endif}F O U R${color 222222}
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 15}${color}${else}${color 222222}${endif}F I F T E E N ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 5}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 25}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 35}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 45}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 55}${color}${else}${color 222222}${endif}${endif}${endif}${endif}${endif}F I V E${color 222222}
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 3}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 23}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 33}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 43}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 53}${color}${else}${color 222222}${endif}${endif}${endif}${endif}${endif}T H R E E ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 7}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 27}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 37}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 47}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 57}${color}${else}${color 222222}${endif}${endif}${endif}${endif}${endif}S E V E N ${color 222222}S
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 18}${color}${else}${color 222222}${endif}E I G H T E E N ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 2}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 22}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 32}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 42}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 52}${color}${else}${color 222222}${endif}${endif}${endif}${endif}${endif}T W O${color 222222}
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 1}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 21}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 31}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 41}${color}${else}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 51}${color}${else}${color 222222}${endif}${endif}${endif}${endif}${endif}O N E ${color 222222}S ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HT | cut -c1-3} == 16}${color}${else}${color 222222}${endif}S I X T E E N${color 222222}
    ${color}D E G R E E S ${color 222222}H O M E
    W C R U N C H B A N G
    S U D O ${color}C E L S I U S
    A T ${color 222222}O N E ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} >= 85}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} < 95}${color}${else}${color 222222}${endif}${endif}N I N E T Y${color 222222}
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} >= 45}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} < 55}${color}${else}${color 222222}${endif}${endif}F I F T Y ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} >= 25}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} < 35}${color}${else}${color 222222}${endif}${endif}T H I R T Y${color 222222}
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} >= 65}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} < 75}${color}${else}${color 222222}${endif}${endif}S E V E N T Y ${color 222222}M ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} >= 5}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} < 15}${color}${else}${color 222222}${endif}${endif}T E N${color 222222}
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} >= 55}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} < 65}${color}${else}${color 222222}${endif}${endif}S I X T Y ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} >= 15}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} < 25}${color}${else}${color 222222}${endif}${endif}T W E N T Y${color 222222}
    ${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} >= 35}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} < 45}${color}${else}${color 222222}${endif}${endif}F O R T Y ${color 222222}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} >= 75}${if_match ${execi 1800 conkyForecast --location=AEXX0004 --datatype=HM} < 85}${color}${else}${color 222222}${endif}${endif}E I G H T Y${color 222222}
    ${color}P E R C E N T ${color 222222}M E L T
    W C R U N C H B A N G
    I C E ${color}H U M I D I T Y
    Y O U ${color 222222}T I M E ${color}H A V E${color 222222}
    ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} == 1}${color}${else}${color 222222}${endif}O N E ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} == 9}${color}${else}${color 222222}${endif}N I N E ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} == 4}${color}${else}${color 222222}${endif}F O U R${color 222222}
    ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} == 7}${color}${else}${color 222222}${endif}S E V E N ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} == 0}${color}${else}${color 222222}${endif}N O ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} == 5}${color}${else}${color 222222}${endif}F I V E${color 222222}
    ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} == 2}${color}${else}${color 222222}${endif}T W O ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} == 3}${color}${else}${color 222222}${endif}T H R E E ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} == 6}${color}${else}${color 222222}${endif}S I X${color 222222}
    ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} == 8}${color}${else}${color 222222}${endif}E I G H T ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} > 10}${color}${else}${color 222222}${endif}M O R E ${color 222222}I S
    ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} > 10}${color}${else}${color 222222}${endif}T H A N ${color 222222}S E N D ${if_match ${execi 3600 aptitude search "~U" | wc -l | tail} > 10}${color}${else}${color 222222}${endif}T E N
    ${color}U P D A T E S ${color 222222}A ${color}N O W
    Inspired by this
    Attached Images Attached Images
    Ubuntu User # 17490
    Currently: Fisheye 2, Diana F+, Viv UWS
    Lomografix

  5. #8775
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Thumbs down Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by rjmdomingo2003 View Post
    Forgive this messy conkyrc:

    >SNIP<

    Inspired by this
    very innovative.


    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  6. #8776
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Thumbs down Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Despot Despondency View Post
    Hi, I'm having problems with my conky file. Here is my conkyrc

    >SNIP<

    for some reason the conky isn't transparent. I thought
    Code:
    own_window_transparent yes
    was meant to do this? Any help would be appreciated.

    I'll take the plunge, do you have compsiting enabled in X?

    your /etc/X11/xorg.conf file should have a the following:

    Code:
    Section "Extensions"
        Option "Composite" "Enable"
    EndSection
    and these two lines in the "Screen" Section:

    Code:
        Option	   "AddARGBVisuals"	"True"
        Option	   "AddARGBGLXVisuals"  "True"
    let me know if that helps!
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  7. #8777
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    I've been trying to mess with the $scroll variable in Conky with no luck.
    Code:
    ${scroll 55 This is some text that is supposed to scroll but doesn't scroll for some reason and it's driving me nuts }
    Is that the correct way to use the variable?

    I have version 1.7.1.1 installed from GetDeb.net
    Last edited by mobilediesel; August 23rd, 2009 at 08:34 PM.

  8. #8778
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Thumbs down Re: Post your .conkyrc files w/ screenshots

    Is anyone here using ConkyGUI to edit your files?
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  9. #8779
    Join Date
    Feb 2009
    Location
    UK
    Beans
    129
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Despot Despondency View Post
    I'm running KDE. Screenshot is attached. I'm actually running gentoo, but I couldn't get much help on the gentoo forums so I thought I'd give here a try.
    You can also try the method I used, on my blog. If you're on 4.3, that is!
    - Samsung R519 Silver - Dual-Boot Windows 7/Ubuntu 9.10 -
    - The Official Conky Blog - Follow conkynews on Twitter -
    - My Launchpad PPA -
    - My blog: My Little Desktop -

  10. #8780
    Join Date
    Jan 2008
    Location
    North Las Vegas, Nevada
    Beans
    743
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Three questions;

    1. I'm running 4 conkys:
    conky -c /Conky/conkymain,
    conky -c /Conky/conkyemail,
    conky -c /Conky/conkyforecast and
    conky -c /Conky/conkytext
    How would those fit in the script?

    2. Could devilspie be "Autostarted", or can the script be modified to start devilspie before it looks at conky?

    3. Don't you need a "#!/bin/bash" to start it?

    Have a nice day.
    Bruce
    This is how I do my conky script:

    Code:
    #!/bin/bash
    devilspie &
    conky -c ~/.conky/Mira_brown/.conkyrc_disk & 
    conky -c ~/.conky/Mira_brown/.conkyrc_cpu1 & 
    conky -c ~/.conky/Mira_brown/.conkyrc_cpu2 & 
    conky -c ~/.conky/Mira_brown/.conkyrc_ram & 
    conky -c ~/.conky/Mira_brown/.conkyrc_swap & 
    conky -c ~/.conky/Mira_brown/.conkyrc_top1 & 
    conky -c ~/.conky/Mira_brown/.conkyrc_time
    I save the file in /usr/bin as "conky_start."

Page 878 of 2348 FirstFirst ... 37877882886887687787887988088892897813781878 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •