Page 1217 of 2348 FirstFirst ... 2177171117116712071215121612171218121912271267131717172217 ... LastLast
Results 12,161 to 12,170 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #12161
    Join Date
    Jan 2009
    Location
    Europe-Austria
    Beans
    1,047
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Ok-i found what is causing my problem (conky freezing)-i removed gmail python scripts-and everything works fine. But, how can i watch my gmail accounts in conky not to have these freezing problems?

    http://ubuntuforums.org/showthread.p...91#post8905891

    Code:
    ${voffset 5}MAIL ${hr 1}
    ${voffset 0}mail1:${alignr}${execi 45 python ~/.conky/gmail.py}
    ${voffset 0}mail2:${alignr}${execi 45 python ~/.conky/gmail1.py}
    ${voffset 0}mmail3:${alignr}${execi 45 python ~/.conky/gmail2.py}
    Thanks

    P.S. I made one separat conky only for gmail accounts-both are working just well. No freezing, smooth. But how can i have gmail accounts in my main conky-that is now the question.
    Last edited by vickoxy; March 2nd, 2010 at 09:59 PM.

  2. #12162
    Join Date
    Jun 2009
    Beans
    7

    Re: Post your .conkyrc files w/ screenshots

    my conkyrc is using a few of OffHand's .conkyrc lines - thanks for posting your .conkyrc OffHand (it helped a lot)

    This conky is set up for a dual-core processor PC/Laptop, if you do not use eth0 or wlan0, the ones that you don't use will not display. if you have no network adapters connected, it will just show that you have 'Net Status: No Connection'

    I hope I helped

    btw, you can change the majority color template by editing 'default_color XXXXXX' (color hex code being XXXXXX) - It's set as Linux Mint color atm.

    [SMUDGED OUT MY WAN IP ADDRESS; IN REALTIME IT WILL SHOW YOURS (if you're connected to the internet)]


    my '.conkyrc':
    Code:
    ## .conkyrc (conky configuration) - 2010 ~
    ## written by Kevin Morris [kevr@open64] ~
    ### Linux Mint Color = c3ff80 / #c3ff80  ~
    ### White Color         = ffffff / #ffffff  ~
    ### Black Color         = 000000 / #000000  ~
    
    ## Process setup
    background no
    
    ## Window setup
    own_window yes
    own_window_type override
    own_window_colour black
    own_window_hints undecorated,below,skip_taskbar
    own_window_transparent yes
    own_window_title Conky
    draw_shades no
    draw_outline no
    draw_borders no
    stippled_borders no
    border_inner_margin 4
    border_outer_margin 0
    border_width 0
    alignment top_left        #screen alignment
    gap_x 15            #screen position x
    gap_y 15            #screen position y
    use_spacer none            #window text spacer
    
    minimum_size 380 5
    maximum_width 380
    
    ## Defaults
    default_color c3ff80
    default_shade_color white
    default_outline_color white
    
    ## Font setup
    use_xft yes
    #xftfont Bitstream Vera Sans Mono:size=8
    xftfont Monospace:size=10
    xftalpha 1.0
    
    ## Output settings
    #-Buffer related
    update_interval 1
    double_buffer yes        #stop blinking
    no_buffers yes            #stop extra memory buffs
    
    #-CPU related
    cpu_avg_samples 2
    
    #-Temperature related
    temperature_unit celsius    #celsius / fahrenheit
    
    #-Data Size related
    short_units yes            #shorten data sizes? (e.g. kiB->k)
    
    #-Internet setup
    net_avg_samples 2
    
    #-Debugging setup
    out_to_console no        #!!!CHANGE TO NO WHEN FULLY SETUP!!!
    
    TEXT
    ${alignc}$sysname $kernel $machine - $nodename
    
    ${alignc}Uptime:${color white} $uptime${color} Load:${color white} $loadavg${color}
    
    #### Processors
    ${alignc}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'}
    Core 1:${color white} ${cpu cpu1}%${color} ${alignr}${cpubar 5,280}
    Core 2:${color white} ${cpu cpu2}%${color} ${alignr}${cpubar 5,280}
    ${cpugraph 000000 c3ff80}
    
    #### Memory
    RAM:${color white} ${mem}${color}/${color white}${memmax}${color} -${color white} $memperc%${color} ${alignr}${membar 5,190}
    #### Hard Disk
    HDD:${color white} ${fs_used /}${color}/${color white}${fs_size /}${color}${alignr}${fs_bar 5,190 /}
    
    #### Processes
    ${alignc}Processes:${color white} ${processes}${color} Running:${color white} $running_processes${color}
    ${offset +51}CPU Usage         PID     CPU%   MEM%
    ${offset +48}${color white} ${top name 1}${color} ${top pid 1} ${offset +10}${top cpu 1} ${top mem 1}${color}
    ${offset +48} ${top name 2} ${top pid 2} ${offset +10}${top cpu 2} ${top mem 2}
    ${offset +48} ${top name 3} ${top pid 3} ${offset +10}${top cpu 3} ${top mem 3}
    
    ${offset +51}RAM Usage
    ${offset +48}${color white} ${top_mem name 1}${color} ${top_mem pid 1} ${offset +10}${top_mem cpu 1} ${top_mem mem 1}${color}
    ${offset +48} ${top_mem name 2} ${top_mem pid 2} ${offset +10}${top_mem cpu 2} ${top_mem mem 2}
    ${offset +48} ${top_mem name 3} ${top_mem pid 3} ${offset +10}${top_mem cpu 3} ${top_mem mem 3}
    #### Network Allocation
    ${if_gw}
    ${alignc}Public IP:${color white} ${execi 3600 wget -O - http://whatismyip.org/ | tail}${color}${endif}
    ${if_existing /proc/net/route eth0}
    ${alignc}Ethernet IP:${color white} ${addr eth0}${color}
    ${alignc}${offset -18}Down:${color white} ${downspeed wlan0}/s${color} ${offset +53}Up:${color white} ${upspeed wlan0}/s${color}
    ${alignc}${downspeedgraph wlan0 27,120 000000 c3ff80 180} ${offset +10}${upspeedgraph wlan0 27,120 000000 c3ff80 25}
    ${alignc}${offset -15}Total:${color white} ${totaldown wlan0}${color}${offset +50}Total:${color white} ${totalup wlan0}${color}
    ${endif}${if_existing /proc/net/route wlan0}
    ${alignc}Wireless ID:${color white} ${wireless_essid wlan0}${color}
    ${alignc}Wireless IP:${color white} ${addr wlan0}${color}
    ${alignc}${offset -18}Down:${color white} ${downspeed wlan0}/s${color} ${offset +53}Up:${color white} ${upspeed wlan0}/s${color}
    ${alignc}${downspeedgraph wlan0 27,120 000000 c3ff80 180} ${offset +10}${upspeedgraph wlan0 27,120 000000 c3ff80 25}
    ${alignc}${offset -15}Total:${color white} ${totaldown wlan0}${color}${offset +50}Total:${color white} ${totalup wlan0}${color}
    ${else}${alignc}Net Status:${color white} No Connections${color}
    ${endif}
    Last edited by kevr; March 2nd, 2010 at 11:33 PM.

  3. #12163
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by vickoxy View Post
    Tried-but nothing
    Following the "If I can't climb the mountain, the mountain will need to move to me" principle. Did you consider dumping transmission for deluge? (You might 1st want to test if it happens with other torrent clients too). Besides, I love deluge

    Heh, solved already

  4. #12164
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by vickoxy View Post
    Ok-i found what is causing my problem (conky freezing)-i removed gmail python scripts-and everything works fine. But, how can i watch my gmail accounts in conky not to have these freezing problems?

    http://ubuntuforums.org/showthread.p...91#post8905891

    Code:
    ${voffset 5}MAIL ${hr 1}
    ${voffset 0}mail1:${alignr}${execi 45 python ~/.conky/gmail.py}
    ${voffset 0}mail2:${alignr}${execi 45 python ~/.conky/gmail1.py}
    ${voffset 0}mmail3:${alignr}${execi 45 python ~/.conky/gmail2.py}
    Thanks

    P.S. I made one separat conky only for gmail accounts-both are working just well. No freezing, smooth. But how can i have gmail accounts in my main conky-that is now the question.
    try this:
    in your terminal:
    Code:
    gksu gedit /etc/apt/sources.list
    add this line to the end of the file:
    Code:
    deb http://ppa.launchpad.net/m-buck/ubuntu hardy main
    then back in your terminal type:
    Code:
    sudo apt-get update
    sudo apt-get install conkyemail
    then put this in your .conkyrc with appropriate username and password
    Code:
    ${execi 600 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=xyz --password=xyz --ssl}
    o and make sure you enable the IMAP setting in your Gmail accounts by going to settings-->Forwarding and POP/IMAP
    Last edited by djyoung4; March 3rd, 2010 at 12:21 AM.
    I'm a super power user

  5. #12165
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by miegiel View Post
    Following the "If I can't climb the mountain, the mountain will need to move to me" principle. Did you consider dumping transmission for deluge? (You might 1st want to test if it happens with other torrent clients too). Besides, I love deluge

    Heh, solved already
    agreed, deluge is much better then transmission and vickoxy when you say freezing do you mean it flashes and disappears because then take a look at this: "blinking"
    Last edited by djyoung4; March 3rd, 2010 at 12:25 AM.
    I'm a super power user

  6. #12166
    Join Date
    Nov 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    I has a problems.

    I want my conky to have a shaded background, but the problem is that it seems that all the voffsets I did made it "bigger" than it should be, if that makes sense. Take a look:



    Conky:

    Code:
    alignment top_left
    border_margin 5
    border_width 1
    default_color 777777
    double_buffer yes
    draw_borders no
    draw_outline no
    draw_shades no
    gap_x 0
    gap_y 0
    maximum_width 760
    #max_user_text 1000
    text_buffer_size 1000
    no_buffers yes
    override_utf8_locale yes
    own_window_colour cccccc
    own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
    own_window_transparent yes
    own_window_type override
    own_window yes
    stippled_borders 0
    update_interval 5
    uppercase no
    #use_spacer yes
    use_xft yes
    xftfont Nu:size=9
    lua_load ~/scripts/draw_bg.lua
    lua_draw_hook_pre draw_bg
    
    TEXT
    ${offset 19}${color cccccc}${time %I:%M %p}$color ${time %A, %b %d %Y} ${color} | CPU: ${color cccccc}$cpu %$color | ${color cccccc}${voffset 1}${membar 6,75}${offset -75}${voffset -1}${color 222222}Mem${color cccccc}${offset 55}${color}  | ${voffset 1}${color cccccc}${fs_bar 6,75 /home}${offset -75}${color 222222}${voffset -1}Home${color cccccc}${offset 55}${color} | ${voffset 1}${color cccccc}${fs_bar 6,75 /}${offset -75}${voffset -1}${color 222222}Root${color cccccc}${offset 55} ${color}| ${color}Battery: ${color cccccc}${battery}  ${color}| ${color}Temp: ${color cccccc}${acpitemp}
    ${voffset -8}${font OpenLogos:size=15}A${font}${voffset -3}${offset 1}Email: ${color cccccc}${execi 300 python ~/scripts/gmail.py}  ${color}| Arch:${color cccccc} ${texeci 3550 perl ~/scripts/conky-updates.pl}  ${color}| Weather: ${color cccccc}${execi 3550 python ~/scripts/conkyForecast.py --location=USPA0796 --datatype=HT -i} ${color}| ${color}$mpd_status ${color cccccc}$mpd_smart
    Want me to punchisize your face, For free??

  7. #12167
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by SomeGuyDude View Post
    I has a problems.

    I want my conky to have a shaded background, but the problem is that it seems that all the voffsets I did made it "bigger" than it should be, if that makes sense. Take a look:



    Conky:

    Code:
    alignment top_left
    border_margin 5
    border_width 1
    default_color 777777
    double_buffer yes
    draw_borders no
    draw_outline no
    draw_shades no
    gap_x 0
    gap_y 0
    maximum_width 760
    #max_user_text 1000
    text_buffer_size 1000
    no_buffers yes
    override_utf8_locale yes
    own_window_colour cccccc
    own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
    own_window_transparent yes
    own_window_type override
    own_window yes
    stippled_borders 0
    update_interval 5
    uppercase no
    #use_spacer yes
    use_xft yes
    xftfont Nu:size=9
    lua_load ~/scripts/draw_bg.lua
    lua_draw_hook_pre draw_bg
    
    TEXT
    ${offset 19}${color cccccc}${time %I:%M %p}$color ${time %A, %b %d %Y} ${color} | CPU: ${color cccccc}$cpu %$color | ${color cccccc}${voffset 1}${membar 6,75}${offset -75}${voffset -1}${color 222222}Mem${color cccccc}${offset 55}${color}  | ${voffset 1}${color cccccc}${fs_bar 6,75 /home}${offset -75}${color 222222}${voffset -1}Home${color cccccc}${offset 55}${color} | ${voffset 1}${color cccccc}${fs_bar 6,75 /}${offset -75}${voffset -1}${color 222222}Root${color cccccc}${offset 55} ${color}| ${color}Battery: ${color cccccc}${battery}  ${color}| ${color}Temp: ${color cccccc}${acpitemp}
    ${voffset -8}${font OpenLogos:size=15}A${font}${voffset -3}${offset 1}Email: ${color cccccc}${execi 300 python ~/scripts/gmail.py}  ${color}| Arch:${color cccccc} ${texeci 3550 perl ~/scripts/conky-updates.pl}  ${color}| Weather: ${color cccccc}${execi 3550 python ~/scripts/conkyForecast.py --location=USPA0796 --datatype=HT -i} ${color}| ${color}$mpd_status ${color cccccc}$mpd_smart
    The issue may be with the position and size of the OpenLogos font; I changed things a bit and it cut down the width of the background.

    I changed your code to:

    Code:
    ${voffset 8}${font OpenLogos:pixelsize=24}J${font}${voffset -14}${offset 19}${color cccccc}${time %I:%M %p}$color ${time %A, %b %d %Y} ${color} | CPU: ${color cccccc}$cpu %$color | ${color cccccc}${voffset 1}${membar 6,75}${offset -75}${voffset -1}${color 222222}Mem${color cccccc}${offset 55}${color}  | ${voffset 1}${color cccccc}${fs_bar 6,75 /home}${offset -75}${color 222222}${voffset -1}Home${color cccccc}${offset 55}${color} | ${voffset 1}${color cccccc}${fs_bar 6,75 /}${offset -75}${voffset -1}${color 222222}Root${color cccccc}${offset 55} ${color}| ${color}Battery: ${color cccccc}${battery}  ${color}| ${color}Temp: ${color cccccc}${acpitemp}
    ${offset 30}Email: ${color cccccc}${execi 300 python ~/scripts/gmail.py}  ${color}| Arch:${color cccccc} ${texeci 3550 perl ~/scripts/conky-updates.pl}  ${color}| Weather: ${color cccccc}${execi 3550 python ~/scripts/conkyForecast.py --location=USPA0796 --datatype=HT -i} ${color}| ${color}$mpd_status ${color cccccc}$mpd_smart
    Where did you get your copy of OpenLogos? I don't have the Arch logo in the copy I got from dafont.com.
    Attached Images Attached Images
    The mark of an honest man ... is that he means what he says and knows what he means.
    A.R.

  8. #12168
    Join Date
    Jan 2009
    Location
    Europe-Austria
    Beans
    1,047
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    try this:
    in your terminal:
    Code:
    gksu gedit /etc/apt/sources.list
    add this line to the end of the file:
    Code:
    deb http://ppa.launchpad.net/m-buck/ubuntu hardy main
    then back in your terminal type:
    Code:
    sudo apt-get update
    sudo apt-get install conkyemail
    then put this in your .conkyrc with appropriate username and password
    Code:
    ${execi 600 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=xyz --password=xyz --ssl}
    o and make sure you enable the IMAP setting in your Gmail accounts by going to settings-->Forwarding and POP/IMAP
    Works PERFECT!!! djyoung4, you made my day!!! Thanks a lot!

  9. #12169
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by vickoxy View Post
    Works PERFECT!!! djyoung4, you made my day!!! Thanks a lot!
    no problem. just doin my part post a screenie
    I'm a super power user

  10. #12170
    Join Date
    Jan 2009
    Location
    Europe-Austria
    Beans
    1,047
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    conkyrc:
    Code:
    background yes
    use_xft yes
    xftfont andale mono:size=7
    xftalpha 0.5
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_transparent yes
    own_window_type override
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 180 5
    maximum_width 180
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color grey
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 3
    gap_y 23
    no_buffers yes
    uppercase no
    cpu_avg_samples_2
    override_utf8_locale yes
    text_buffer_size 2048
    
    TEXT
    ${font :size=24}${alignc}${time %H:%M:%S}${font}
    ${voffset 4}${font :size=8}${alignc}${time %A - %d - %B - %Y}${font}
    ${hr 1}
    ${voffset 6}${color ffffff}${execpi 600 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color red}'"$DJS"'${color ffffff}'" "/}
    ${voffset -4}SYSTEM ${hr 1}
    kernel: ${alignr}$kernel
    uptime: ${alignr}$uptime
    ${color #3E3E3E}${cpugraph 000000 ffffff}${color}
    ${voffset -6}cpu: ${cpu}% ${alignr 1} ${alignr}${freq}MHz   ${acpitemp}°C
    ${voffset 0}hd:  $fs_free_perc%  ${voffset 0}${fs_free /home}/${fs_size /home} ${alignr}${hddtemp /dev/sda localhost 7634}°C
    ${voffset 0}ram: $memperc% ${alignc} $mem${alignr 7} ${membar 6,50}
    ${voffset 2}${alignc -40}CPU%	${alignr}MEM%
    ${voffset 2}${top_mem name 1}${alignr}${top_mem cpu 1}   ${top_mem mem 1}
    ${voffset 0}${top_mem name 2}${alignr}${top_mem cpu 2}   ${top_mem mem 2}
    ${voffset 0}${top_mem name 3}${alignr}${top_mem cpu 3}   ${top_mem mem 3}
    ${voffset 0}${top_mem name 4}${alignr}${top_mem cpu 4}   ${top_mem mem 4}
    ${voffset 5}upload: ${alignr}${upspeedf eth2} KB/s
    ${voffset 0}download: ${alignr}${downspeedf eth2} KB/s
    ${voffset 2}MAIL ${hr 1}
    +++++:${alignr}${execi 120 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=+++++@gmail.com --password=+++++++ --ssl} new
    ++++++:${alignr}${execi 120 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=++++++@gmail.com --password=++++++ --ssl} new
    ++++++:${alignr}${execi 120 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=+++@gmail.com --password=+++++ --ssl} new
    ${voffset 4}WETTER ${hr 1}
    ${if_up eth2}
    ${execpi 300 conkyForecast --location=AUXX0025 --template=/home/mini/.conkyForecast.template}
    Attached Images Attached Images

Page 1217 of 2348 FirstFirst ... 2177171117116712071215121612171218121912271267131717172217 ... 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
  •