Page 552 of 2348 FirstFirst ... 5245250254255055155255355456260265210521552 ... LastLast
Results 5,511 to 5,520 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #5511
    Join Date
    Nov 2008
    Location
    Ruston, LA
    Beans
    5
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    I've been pulling bits and pieces off of different scripts I've found on the internet, so this is a work in progress.

    A few problems I need help with:
    1. I would like the time in 12 hour format instead of 24 hour format.
    2. I can't really figure out how to configure the weather and email scripts. I'm kind of new to this so layman's terms would help me a lot.
    3. As shown in the screenshot, the network section of the display shows an up and down as 0 even though the graph reads spikes and activity.

    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    #
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - tail of /var/log/messages
    # - netstat shows number of connections from your computer and application/PID making it. Kill spyware!
    #
    # -- Pengo
    # 
     
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
     
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
     
    # fiddle with window
    use_spacer right
    
    # Use Xft?
    use_xft yes
    xftfont DejaVu Sans:size=8
    xftalpha 0.8
    text_buffer_size 2048
     
    # Update interval in seconds
    update_interval 3.0
     
    # Minimum size of text area
    # minimum_size 250 5
     
    # Draw shades?
    draw_shades no
     
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    uppercase no # set to yes if you want all text to be in uppercase
     
    # Stippled borders?
    stippled_borders 3
     
    # border margins
    border_margin 9
     
    # border width
    border_width 10
     
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey
     
    own_window_colour brown
    own_window_transparent yes
     
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
     
    # Gap between borders of screen and text
    gap_x 10
    gap_y 40
     
    # stuff after 'TEXT' will be formatted on screen
     
    TEXT
    DATE ${hr 2}
    ${alignc 35}${font Arial Black:size=26}${time %H:%M}${font}
    ${alignc}${time %A %d %Y}
    
    SYSTEM ${hr 2}
    ${voffset 2}${font OpenLogos:size=16}u${font}   Kernel:  ${alignr}${kernel}
    ${font StyleBats:size=16}A${font}   CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
    ${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
    ${font StyleBats:size=16}j${font}   SWAP: $swapperc% ${alignr}${swapbar 8,60}
    ${font StyleBats:size=16}q${font}   Uptime: ${alignr}${uptime}
    
    HD ${hr 2}
    ${voffset 4}${font Pie charts for maps:size=14}7${font}   ${voffset -5}Root:
    ${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
    ${font Pie charts for maps:size=14}7${font}   ${voffset -5}Home:
    ${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
    
    NETWORK ${hr 2}
    ${if_existing /proc/net/route wlan0}
    ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 3465A4 729FCF}
    ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 3465A4 729FCF}
    ${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup wlan0}
    ${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown wlan0}
    ${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
    ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr wlan0}
    ${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
    ${else}${if_existing /proc/net/route eth0}
    ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 3465A4 729FCF}
    ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 3465A4 729FCF}
    ${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth0}
    ${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth0}
    ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth0}
    ${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
    ${endif}${else}${if_existing /proc/net/route eth1}
    ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 3465A4 729FCF}
    ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 3465A4 729FCF}
    ${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth1}
    ${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth1}
    ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth1}
    ${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
    ${endif}${else}
    ${font PizzaDude Bullets:size=14}4${font}   Network Unavailable
    ${endif}
    Attached Images Attached Images

  2. #5512
    Join Date
    Jan 2009
    Location
    southern california
    Beans
    82
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ttflyer View Post
    Thanks to all the great resources here and elsewhere, this is what I came up with... You've got to love the Core i7 (Eight logical cores!!!!!)

    Also, the desktop wallpaper is from here:

    http://www.gnome-look.org/content/sh...?content=96367

    Thanks everybody!
    nice config i wouldnt mind using this if u had rythmbox showing
    Ubuntu 14.04 LTS 64bit Gnome 3.10 ~ AMD FX-6200 3.8GHZ ~ 32GB DDR3 1866 ~ AMD Radeon HD 7750 1GB ~ 1 120gb SSD (Linux) & 1 4tb HD (Media)

  3. #5513
    Join Date
    Mar 2007
    Location
    In the Here and Now...
    Beans
    204
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Murasaki903 View Post
    I've been pulling bits and pieces off of different scripts I've found on the internet, so this is a work in progress.

    A few problems I need help with:
    1. I would like the time in 12 hour format instead of 24 hour format.
    Try ${time %r}

    Go here http://us.php.net/strftime for more info on time/date variables...
    Last edited by WiFi Ed; January 31st, 2009 at 03:37 AM.
    Dimension E520 : 2.66GHz Core2Quad : 8GiB 800MHz DDR2 RAM : EVGA 9800GT 512MiB : WD 300G VelociRaptor HD
    OS : Windows 7 Enterprise x64 : Meerkat x64
    Sony VAIO SR290 : 2.8GHz Core2Duo : 6GiB 800MHz DDR2 RAM
    OS:Windows 7 Ultimate x64 : Meerkat x64

  4. #5514
    Join Date
    Nov 2008
    Location
    Ruston, LA
    Beans
    5
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Thank you! The link to the php variables helped a lot. %r displays the time with hours minutes and seconds but I didn't care much for the seconds. Instead I used %I:%M %p for time display.

    The other two problems still stand.

  5. #5515
    Join Date
    Jul 2008
    Beans
    2

    Re: Post your .conkyrc files w/ screenshots

    Been scrounging around for a way to display Soccer standing via conky. I found a small site that does flash widgets for your website. Well I used the XML input for the flash and voila. After a hackish perl parsing (not a coder ) I got what I wanted.



    my conky (run via alt+S in openbox). 193698 is the EPL code. I can post more if people want or you can find em on the site yourself.
    Code:
    #Conky
    update_interval 	5.0			# Update interval in seconds
    total_run_times 	15			# This is the number of times Conky will update before quitting.
    						# Set to zero to run forever.
    no_buffers 		yes 			# Subtract file system buffers from used memory?
    text_buffer_size 	3072			# If you have lots of stuff extend the buffer
    double_buffer 		yes 			# Use double buffering (reduces flicker, may not work for everyone)
    use_spacer 		none			# Add spaces to keep things from moving about?  This only affects certain objects.
    
    own_window 		yes
    own_window_type 	override
    own_window_transparent 	no
    own_window_colour	222222
    own_window_hints 	below,sticky,skip_taskbar,skip_pager
    
    
    
    cpu_avg_samples 	1			# number of cpu samples to average
    						# set to 1 to disable averaging
    net_avg_samples 	2			# number of net samples to average
    						# set to 1 to disable averaging
    
    # Positioning/Size
    alignment 		top_left		# Text alignment, other possible values are commented
    gap_x 			8			# Gap between borders of screen and text
    gap_y 			33
    minimum_size		370 5			# Minimum size of text area
    
    # Display
    background 		no			# set to yes if you want Conky to be forked in the background
    draw_shades 		yes			# Draw shades?
    default_color 		444444			# Default colors and also border colors
    default_shade_color 	black
    default_outline_color 	white
    draw_outline 		no			# Draw outlines?
    draw_borders 		yes			# Draw borders around text?
    stippled_borders 	0			# Stippled borders?
    border_width 		1			# border width
    border_margin 		3			# border margins
    
    # Font
    use_xft 		yes
    xftfont 		Segoe UI:size=9		# Xft font when Xft is enabled
    xftalpha 		0.9			# Text alpha when using Xft
    override_utf8_locale 	yes			# Force UTF8? note that UTF8 support required XFT
    uppercase 		no			# set to yes if you want all text to be in uppercase
    
    # stuff after 'TEXT' will be formatted on screen
    TEXT
    ${color lightgrey}${execpi 1800 ~/Scripts/standings.pl 193698}
    standings.pl (BEWARE!!!! I code poorly)
    Code:
    #!/usr/bin/perl
    
    # declare vars
    $league_id = $ARGV[0];
    $lang = "en-US"; #change if you need
    
    # declare helpers
    sub trim($);
    
    # use module
    use XML::Simple;
    
    # create object
    $xml = 			new XML::Simple;
    
    # read XML file
    $uri = 			"http://www.footbo.com/widgets/xml/LeagueTable.aspx?id=".$league_id."&LANGUAGE=".$lang;
    $file = 		`curl -s --connect-timeout 45 $uri`;
    $standings = 		$xml->XMLin($file);
    
    # print league info
    $location = 		$standings->{LeagueCountry};
    $league = 		$standings->{LeagueName};
    
    print ' ${font Segoe UI:Bold:size=9}'.$location."'s ".$league."\n\n";
    
    # print table info
    print " POS";
    print '${goto 40}'."NAME";
    print '${goto 175}'."P";
    print '${goto 200}'."W";
    print '${goto 225}'."D";
    print '${goto 250}'."L";
    print '${goto 275}'."GF";
    print '${goto 300}'."GA";
    print '${goto 325}'."GD";
    print '${goto 350}'."PTS";
    print '${font}';
    print "\n";
    
    # print standings
    $node = "LeagueTableRow";
    for ($i=0; $i <20; $i++)
    {
      $position = 		$standings->{$node}->[$i]->{Position};
      $team = 		$standings->{$node}->[$i]->{TeamName};
      $games_played = 	$standings->{$node}->[$i]->{GamesPlayed};
      $wins = 		$standings->{$node}->[$i]->{Wins};
      $draws = 		$standings->{$node}->[$i]->{Draws};
      $losses = 		$standings->{$node}->[$i]->{Losses};
      $goals_for = 		$standings->{$node}->[$i]->{GoalsFor};
      $goals_against = 	$standings->{$node}->[$i]->{GoalsAgainst};
      $goal_diff = 		$standings->{$node}->[$i]->{GoalsDifference};
      $points = 		$standings->{$node}->[$i]->{Points};
    
      print " $position";
      print '${goto 40}'."$team";
      print '${goto 175}'."$games_played";
      print '${goto 200}'."$wins";
      print '${goto 225}'."$draws";
      print '${goto 250}'."$losses";
      print '${goto 275}'."$goals_for";
      print '${goto 300}'."$goals_against";
      print '${goto 325}'."$goal_diff";
      print '${goto 350}'."$points";
      print "\n";
    }
    
    # print top scorers
    $uri = 			"http://www.footbo.com/Widgets/XML/TopScorers.aspx?id=".$league_id."&LANGUAGE=".$lang;
    $file = 		`curl -s --connect-timeout 45 $uri`;
    $players = 		$xml->XMLin($file);
    
    print "\n ".'${font Segoe UI:Bold:size=9}Top Scorers${font}'."\n";
    
    $node = "Player";
    for ($i=0; $i <4; $i++)
    {
      $player = 		$players->{$node}->[$i]->{Name};
      $goals =		$players->{$node}->[$i]->{Goals};
    
      print " ".trim($player);
      print '${goto 175}'."$goals";
      print "\n";
    }
    
    # helpers
    sub trim($)
    {
    	my $string = shift;
    	$string =~ s/^\s+//;
    	$string =~ s/\s+$//;
    	return $string;
    }
    The conky window is set to die after a few seconds as it takes up a bit of space and OpenBox doesnt like to click through it (havent found a way to do so if there is).

  6. #5516
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    My latest.
    Had to use the empirestate font I seen a few posts earlier.

    conky
    Code:
    background yes
    update_interval 1.0
    total_run_times 0
    
    own_window yes
    
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size  285 
    maximum_width 290
    alignment top_right
    
    gap_x 5 
    gap_y  
    
    use_xft yes
    xftfont DejaVu Sans:size=8
    xftalpha 0.5
    uppercase no
    override_utf8_locale yes
    #use_spacer right
    text_buffer_size 256
    
    default_color 08A1A1
    default_shade_color 333333
    default_outline_color 00ff00
    
    draw_shades yes
    draw_outline no
    draw_borders no
    
    no_buffers yes
    cpu_avg_samples 2
    net_avg_samples 2
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    draw_graph_borders yes
    stippled_borders 0
    border_margin 0
    border_width 0
    short_units no
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # colours
    #off white
    color1 BDAC88
    
    # cream
    color2 D2B16A
    
    # cyan
    color3 08A1A1
    
    # yellow
    color4 F1BC49
    
    # red
    color5 F352A9
    
    #dark cyan
    color6 074C4C
    
    #grey
    color7 6b6b6b
    
    #orange
    color8 E27E03
    
    #yellow
    color9 F1BC49
    
    
    TEXT
    ${color}${font :size=12}${alignc}${execi 900 conkyForecast --location=ASXX0089 --datatype=HT --centeredwidth=4}${font j.d.} and ${execi 1800 conkyForecast --location=ASXX0089 --datatype=CC --centeredwidth=4}  
    ${alignc}with winds ${execi 900 conkyForecast --location=ASXX0233 --datatype=WD} @ ${execi 900 conkyForecast --location=ASXX0233 --datatype=WS --imperial}
    ${voffset -5}${hr 1}
    ${font j.d.}${execpi 1800 conkyForecast --location=ASXX0089 --template=/usr/share/conkyforecast/example/conkyForecast.template}
    ${voffset -30}${hr 1}
    ${offset 22}${color8}${font LCDMono:size=55}${time %I:%M}${font LCDMono:size=22} ${time %p}${color}${font LCDMono:size=22}${offset -35}${voffset -36}${time %a}${font}
    ${voffset 35}${color}${hr 1}
    ${color8}${font LCDMono:size=14}${alignc}${time %B %Y}
    ${color}${font LCDMono:size=19}${pre_exec ~/conkyscripts/calendario.sh semana}
    ${color6}${pre_exec ~/conkyscripts/calendario.sh pasado}${color8}${pre_exec ~/conkyscripts/calendario.sh hoy}${color}${pre_exec ~/conkyscripts/calendario.sh futuro}$font
    ${color}${voffset 20}${font LCDMono:size=12}S/R ${color8}${execi 900 conkyForecast --location=ASXX0233 --datatype=SR}${alignr}${color1}${color}${font LCDMono:size=12}S/S ${color8}${execi 1800 conkyForecast --location=ASXX0089 --datatype=SS}
    ${color1}${offset 130}${voffset -35}${font Moon Phases:pixelsize=34}${execi 1800 conkyForecast --location=ASXX0089 --datatype=MF}
    ${voffset -15}${color}${hr 1}
    ${voffset -10}${color}${font j.d.:size=11}CPU Core 1:${font j.d.:size=8}
    Clock: ${freq 1}MHz${alignr}Temp: ${font}${color9}${execi 1 sensors |grep  Core0|cut -c15-16}°C
    ${color}${cpu cpu1}% ${goto 35}${color4}${cpubar cpu1}${color}
    
    ${font j.d.:size=11}CPU Core 2:${font j.d.:size=8}
    Clock: ${freq 2}MHz${alignr}Temp: ${font}${color9}${execi 1 sensors |grep  Core1|cut -c15-16}°C
    ${color}${cpu cpu2}% ${goto 35}${color4}${cpubar cpu2}${color}
    
    ${font j.d.:size=11}GFX: ${font j.d.:size=8}${execi 12000 nvclock -i | grep 'Card:' | cut -c9-24} ${execi 12000 nvclock -i | grep 'Amount:' | cut -c10-12}MB ${execi 12000 nvclock -i | grep 'Type:' | cut -c9-20}
    Drivers: ${execi 12000 nvidia-settings -q NvidiaDriverVersion -t} ${alignr} Temp: ${font}${color9}$alignr${execi 30 nvclock -i | grep 'GPU temperature:' | cut -c18-19}°C${font}
    
    ${color}${font j.d.:size=11}RAM:${font j.d.:size=8}
    $mem / $memmax${font}
    $memperc% ${goto 35}${color BDAC88}${membar}${color}
    
    ${color}${font j.d.:size=11}System: ${color6}sdc1${font j.d.:size=8}${color}
    ${fs_used /} / ${fs_size /}${alignr}Temp: ${font}${color9}${execi 120 nc localhost 7634 | cut -c101-102 ;}°C
    ${color}${fs_used_perc /}% ${goto 35}${color2}${fs_bar /}${color}
    
    ${font j.d.:size=11}Home: ${color6}sdc3${font j.d.:size=8}${color}
    ${fs_used /home/glen} / ${fs_size /home/glen}${alignr}Temp: ${font}${color9}${execi 120 nc localhost 7634 | cut -c101-102 ;}°C
    ${color}${fs_used_perc /home/glen}% ${goto 35}${color2}${fs_bar /home/glen}${color}
    
    ${font j.d.:size=11}UBUP: ${color6}sda5${font j.d.:size=8}${color}
    ${fs_used /media/UBUP} / ${fs_size /media/UBUP}${alignr}Temp: ${font}${color9}${execi 120 nc localhost 7634 | cut -c33-34 ;}°C
    ${color}${fs_used_perc /media/UBUP}% ${goto 35}${color2}${fs_bar /media/UBUP}${color}
    
    ${color}${font j.d.:size=11}HIGHEST CPU${font j.d.:size=10}${goto 195}CPU${goto 255}MEM
    ${color}${voffset -10}${hr 1}${color}
    ${font j.d.:size=10}${color8}${top name 1}${goto 180}${top cpu 1}${goto 240}${top mem 1}
    ${color EFAC1B}${top name 2}${goto 180}${top cpu 2}${goto 240}${top mem 2}
    ${color2}${top name 3}${goto 180}${top cpu 3}${goto 240}${top mem 3}
    ${color1}${top name 4}${goto 180}${top cpu 4}${goto 240}${top mem 4}
    conkylyics1
    Code:
    background yes
    use_xft yes
    xftfont j.d.:size=8
    xftalpha 0.5
    update_interval 1.0
    total_run_times 0
    
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints ,undecorated,below,skip_taskbar,skip_pager
    use_spacer right
    double_buffer yes 
    minimum_size  300 850 
    maximum_width 600 
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color 08A1A1
    default_shade_color red
    default_outline_color green
    alignment top_left
    gap_x 16
    gap_y 150 
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale yes
    text_buffer_size 4096
    
    # colours
    color1 white
    
    # cream
    color2 D2B16A
    
    # cyan
    color3 08A1A1
    
    # green
    color4 00ff00
    
    # red
    color5 F352A9
    
    #dark cyan
    color6 074C4C
    
    #grey
    color7 6b6b6b
    
    #orange
    color8 E27E03
    
    #yellow
    color9 F1BC49
    TEXT
    
    ${if_running rhythmbox}
    ${color8}${font :style=bold:size=9}${exec conkyRhythmbox --datatype=PT}${color6}${alignc}volume ${exec conkyRhythmbox --datatype=VO}${alignr}${color8}${exec conkyRhythmbox --datatype=LE}  
    ${execibar 1 conkyRhythmbox --datatype=PP}${font}${color}
    
    ${font j.d.:size=10}${color3}${execi 5 lyricsdownloader -c 40 | fold -sw60}
    ${else}
    ${color8}${font empirestate:size=16}{LOCAL=NEWS}${font}
    ${color}${font j.d.:size=12}${execi 1800 /home/glen/conkyscripts/conky-rss.sh http://www.thewest.com.au/RSS/RSSfeed.ashx?Feed=77}
    
    ${color8}${font empirestate:size=16}{NATIONAL=NEWS}${font}
    ${color}${font j.d.:size=12}${execi 1800 /home/glen/conkyscripts/conky-rss.sh http://www.thewest.com.au/RSS/RSSfeed.ashx?Feed=28}
    
    ${color8}${font empirestate:size=16}{BBC=WORLD=NEWS}${font}
    ${color}${font j.d.:size=12}${execi 1800 /home/glen/conkyscripts/conky-rss.sh http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml}
    
    
    
    
    ${color8}${font empirestate:size=16}{TOMBUNTU}${font}
    ${color}${font j.d.:size=12}${execi 1800 /home/glen/conkyscripts/conky-rss.sh http://feeds.feedburner.com/Tombuntu}
    ${endif}
    conkylyrics2
    Code:
    background yes
    use_xft yes
    xftfont HandelGotDLig:size=8
    xftalpha 0.5
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 620 1000 
    maximum_width 650  
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color 08A1A1
    default_shade_color red
    default_outline_color green
    alignment top_left
    gap_x 650
    gap_y 
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale yes
    text_buffer_size 4096
    
    # colours
    color1 white
    
    # cream
    color2 D2B16A
    
    # cyan
    color3 08A1A1
    
    # green
    color4 00ff00
    
    # red
    color5 F352A9
    
    #dark cyan
    color6 074C4C
    
    #grey
    color7 6b6b6b
    
    #orange
    color8 E27E03
    
    #yellow
    color9 F1BC49
    TEXT
    
    ${if_running rhythmbox}
    ${color3}${font j.d.:size=10}${execi 10 lyricsdownloader -t 40 | fold -sw60}
    ${else}
    ${color8}${font empirestate:size=16}{DIGG}${font}
    ${color}${font j.d.:size=12}${execi 1800 /home/glen/conkyscripts/conky-rss.sh http://feeds.digg.com/digg/container/technology/popular.rss}
    
    ${voffset 500}${color1}${font OpenLogos:size=160}${offset 45}v
    ${voffset -325}${offset 155}${font :size=11}${kernel}
    ${voffset -140}${color6}${font empirestate:size=140}{===}
    ${endif}
    screenshot_02.jpg screenshot_03.jpgrhythmbox playing
    Last edited by stinkeye; January 31st, 2009 at 11:02 PM.

  7. #5517
    Join Date
    Nov 2005
    Location
    Netherlands
    Beans
    10
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Here's my config. I've "borrowed" most from this threat (thanks!)
    Especially getting lm_sensors to only display one temperature for my AMD 4850E (sensors shows temperature for both cores twice by default) was quite some work.

    Still work in progress, but it now shows all info I need:

    Code:
    background yes
    cpu_avg_samples 2
    net_avg_samples 2
    out_to_console no
    text_buffer_size 2048
    max_user_text 16384
    max_specials 5120
    use_xft yes
    xftfont monospace-9
    own_window_transparent yes
    own_window_colour hotpink
    xftalpha 0.8
    mail_spool $MAIL
    update_interval 1
    own_window yes
    own_window_type override
    double_buffer yes
    minimum_size 120 5
    maximum_width 270
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    stippled_borders 0
    border_margin 10
    border_width 1
    default_color white
    default_shade_color white
    default_outline_color white
    alignment top_right
    gap_x 5
    gap_y 20
    use_spacer left
    no_buffers yes
    uppercase no
    
    TEXT
    
    ${font EmpireState:size=14}SYSTEM ${hr 2}
    ${font StyleBats:size=14}A${font}   CPU: ${alignr}${cpu cpu1}% ${alignr}${cpubar cpu1 8,80}
    ${font StyleBats:size=14}g${font}   RAM: ${alignr}$memperc% ${alignr}${membar 8,80}
     ${font weather:size=14}y${font}   CPU Temp: ${alignr}+${texeci 600 perl ~/ConkyRC/amd64temp.pl n}°C
     ${font weather:size=14}z${font}   GPU Temp: ${alignr}${execi 90 sensors | grep "temp2:" | cut -c12-16 ;}°C
    ${font StyleBats:size=14}q${font}   Uptime: ${alignr}${uptime_short}
    
    ${font EmpireState:size=14}DRIVES ${hr 2}${font}
    ${voffset 2}${font Pie charts for maps:size=14}1${font}   ${voffset -5}Home:
    ${voffset 4}${fs_used /home}/${fs_size /home} ${alignr}${fs_free_perc /home}% ${fs_bar 8,80 /home}
    ${font Pie charts for maps:size=14}1${font}   ${voffset -5}Files:
    ${voffset 4}${fs_used /mnt/files}/${fs_size /mnt/files} ${alignr}${fs_free_perc /mnt/files}% ${fs_bar 8,80 /mnt/files}
    ${font Pie charts for maps:size=14}1${font}   ${voffset -5}Movies:
    ${voffset 4}${fs_used /mnt/movies}/${fs_size /mnt/movies} ${alignr}${fs_free_perc /mnt/movies}% ${fs_bar 8,80 /mnt/movies}
    ${font Pie charts for maps:size=14}1${font}   ${voffset -5}MP3:
    ${voffset 4}${fs_used /mnt/mp3}/${fs_size /mnt/mp3} ${alignr}${fs_free_perc /mnt/mp3}% ${fs_bar 8,80 /mnt/mp3}
    
    ${font EmpireState:size=14}NETWORK ${hr 2}${font}
    ${voffset 2}${font OpenSymbol:size=14}${font}   Up: ${alignr}${upspeed eth0} kb/s ${upspeedgraph eth0 8,100 104E8B 0077ff 45}
    ${voffset 3}${font OpenSymbol:size=14}${font}   Down: ${alignr}${downspeed eth0} kb/s ${downspeedgraph eth0 8,100 104E8B 0077ff 450}
    ${voffset 3}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth0}
    ${voffset 3}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth0}
    
    ${font EmpireState:size=14}PROCESSES ${hr 2}${font}
    NAME $alignr PID    CPU    MEM
    ${top name 1} $alignr ${top pid 1} ${top cpu 1} ${top mem 1}
    ${top name 2} $alignr ${top pid 2} ${top cpu 2} ${top mem 2}
    ${top name 3} $alignr ${top pid 3} ${top cpu 3} ${top mem 3}
    
    ${font EmpireState:size=14}GMAIL ${hr 2}${font}
    ${voffset 2}${font OpenSymbol:size=14}${font}   ${texeci 600 perl ~/ConkyRC/gmail.pl n} new mail
    
    ${font EmpireState:size=14}WEATHER ${hr 2}${font}
    ${font Weather:size=56}${execi 3600 python ~/ConkyRC/weather/conkyForecast.py --location=LOCATION --datatype=WF}${font} ${alignr}${voffset -24} ${execi 3600 python ~/ConkyRC/weather/conkyForecast.py --location=LOCATION --datatype=HT}
    ${alignr}${execi 3600 python ~/ConkyRC/weather/conkyForecast.py --location=LOCATION --datatype=CC}
    Wind: ${alignr}${execi 3600 python ~/ConkyRC/weather/conkyForecast.py --location=LOCATION --datatype=WS}
    Humidity: ${alignr}${execi 3600 python ~/ConkyRC/weather/conkyForecast.py --location=LOCATION --datatype=HM}
    gmail.pl
    conkyForecast
    pearl script for CPU temp (AMD64temp.pl):
    Code:
    #!/bin/bash
    echo $(($(cat /sys/bus/pci/drivers/k8temp/0000\:00\:18.3/temp1_input) / 1000))
    Attached Images Attached Images
    Last edited by quazar; January 31st, 2009 at 03:18 PM. Reason: added link to conkyForecast and gmail.pl

  8. #5518
    Join Date
    Jul 2005
    Location
    Salem, Mass USA
    Beans
    69

    Re: Post your .conkyrc files w/ screenshots

    Hi quazar. Where does one get conkyForecast.py or is it a custom hand written file?
    Glenn
    Powered by Fedora 15, Scientific Linux 6, CentOS 5.6

  9. #5519
    Join Date
    Nov 2005
    Location
    Netherlands
    Beans
    10
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Sorry for not mentioning is Glennzo:
    conkyForecast can be found here

    I have just edited it a little.
    Last edited by quazar; January 31st, 2009 at 02:43 PM.

  10. #5520
    Join Date
    Jul 2005
    Location
    Salem, Mass USA
    Beans
    69

    Re: Post your .conkyrc files w/ screenshots

    Thank you. I found it right after I posed the question. I'm guilty of not searching before asking, especially since it was so easy to find.
    Glenn
    Powered by Fedora 15, Scientific Linux 6, CentOS 5.6

Page 552 of 2348 FirstFirst ... 5245250254255055155255355456260265210521552 ... 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
  •