Page 2205 of 2348 FirstFirst ... 1205170521052155219522032204220522062207221522552305 ... LastLast
Results 22,041 to 22,050 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #22041
    Join Date
    May 2013
    Location
    Crossville, TN. USA
    Beans
    174
    Distro
    Ubuntu Gnome 13.10 Saucy Salamander

    Re: Post your .conkyrc files w/ screenshots

    Ok, I found one I liked better, cut and paste it into the file and now it doesn't work. Guess I've got to figure a few more things out or should I simply delete all the files and start over?

  2. #22042
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    After editing .conkyrc and saving, conky reloads.
    If it doesn't, run
    Code:
    killall conky
    then start conky again.

    Look for errors in the terminal.

    PS When posting configs, highlight the pasted in text with left mouse and hit the "#" icon to enclose in code blocks.

  3. #22043
    Join Date
    May 2013
    Location
    Crossville, TN. USA
    Beans
    174
    Distro
    Ubuntu Gnome 13.10 Saucy Salamander

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by bimmerd00d View Post
    Conky > *. Best application i've found yet. Thanks to everyone on here who I got some ideas for my conkyrc from.
    Ditto, this one looks like it has what I'd like if I can get it to work.

  4. #22044
    Join Date
    May 2013
    Location
    Crossville, TN. USA
    Beans
    174
    Distro
    Ubuntu Gnome 13.10 Saucy Salamander

    Re: Post your .conkyrc files w/ screenshots

    Ok, so that one didn't work. So, how can I remove conky and everything else I've installed with it in Terminal so I can start over fresh at a later time?

    P.S.
    Ok, I think I got it, sudo apt-get remove. did that for conky and hddtemp, tried it for lm-sensor but that wasn't installed so it didn't need to be removed.
    Last edited by TNFrank; June 4th, 2013 at 04:39 PM.

  5. #22045
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by TNFrank View Post
    Ok, so that one didn't work. So, how can I remove conky and everything else I've installed with it in Terminal so I can start over fresh at a later time?

    P.S.
    Ok, I think I got it, sudo apt-get remove. did that for conky and hddtemp, tried it for lm-sensor but that wasn't installed so it didn't need to be removed.
    If you try again, take a look here at a fairly basic config I posted a while ago.
    A couple of posts later you'll find the fonts needed.
    http://ubuntuforums.org/showthread.p...1#post12628640

  6. #22046
    Join Date
    May 2013
    Location
    Crossville, TN. USA
    Beans
    174
    Distro
    Ubuntu Gnome 13.10 Saucy Salamander

    Re: Post your .conkyrc files w/ screenshots

    That one looks pretty good. All I'd like is a CPU, Memory and Fan monitor in the upper right corner that will stay on the desktop and behind my browser window when I'm on the interweb. I'd also like to toggle it off and on from the upper task bar is possible.
    I might look around to see if there's anything else besides Conky that might work for my needs but if not you can expect more "stupid" questions from me about Conky,LOL. Thanks.

  7. #22047
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots


  8. #22048
    Join Date
    May 2013
    Location
    Crossville, TN. USA
    Beans
    174
    Distro
    Ubuntu Gnome 13.10 Saucy Salamander

    Re: Post your .conkyrc files w/ screenshots

    I downloaded GKrellM but I'm not crazy about it. I also downloaded Jupiter and that'll give me CPU temps and let me tweak my power settings a bit but I'd love something that'd look like gauges in a car that I could stack along the right side of my desktop that'd give me temps, cpu usage, ram useage, ect. I'll check the link you posted and see if I can find something I like, Thanks.

  9. #22049
    Join Date
    Sep 2008
    Location
    Italy Varese..
    Beans
    8
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Jedcurtis View Post
    Hello degan! Here you go! If you need help feel free to ask...
    It's all right here; http://vsido.org/index.php/topic,18....2.html#msg4992
    Thanks thousand ...

  10. #22050
    Join Date
    May 2013
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Code:
    use_xft yes
    xftfont verdana:size=8
    minimum_size 540
    maximum_width 340
    alignment top_right
    xftalpha 0.8
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    draw_shades no
    draw_outline no
    draw_borders no
    stippled_borders 10
    border_margin 4
    border_width 1
    default_shade_color grey
    default_outline_color black
    default_color BADCDD
    use_spacer none
    no_buffers yes
    uppercase no
    color1 4D6844
    
    
    
    
    TEXT
    # LOGOS
    $alignc ${color D3DADF}${font OpenLogos:size=40} t
    ${font}${voffset -25}  
    $alignc $nodename
    
    
    # UPTIME
    $alignc   ${color 014A7F} ${font StyleBats:size=18}P${font}  
    $alignc	Uptime: ${uptime}
    
    
    # FILESYSTEMS
    ${color}
    $alignc /boot $alignc $color${fs_used /boot}/${fs_size /boot}
    $alignc / $alignc $color${fs_used /}/${fs_size /}
    $alignc /usr $alignc $color${fs_used /usr}/${fs_size /usr}
    $alignc /var $alignc $color${fs_used /var}/${fs_size /var}
    $alignc /home $alignc $color${fs_used /home}/${fs_size /home}
    
    
    # CPU's
    ${color ffffff}
    $alignc AMD Phenom II X6 3.3Ghz
    
    
    $alignc ${font StyleBats:size=12}A${font}
    $alignc	CPU1: ${cpu cpu1}%
    	$cpubar
    $alignc   ${font StyleBats:size=12}A${font}
    $alignc	CPU2: ${cpu cpu2}%
    	$cpubar
    $alignc   ${font StyleBats:size=12}A${font}
    $alignc	CPU3: ${cpu cpu3}%
    	$cpubar
    $alignc   ${font StyleBats:size=12}A${font}
    $alignc	CPU4: ${cpu cpu4}%
    	$cpubar
    $alignc   ${font StyleBats:size=12}A${font}
    $alignc	CPU5: ${cpu cpu5}%
    	$cpubar
    $alignc   ${font StyleBats:size=12}A${font}
    $alignc	CPU6: ${cpu cpu6}%
    	$cpubar
    
    
    # RAM
    ${color 014A7F}${font PizzaDude Bullets:size=16}J${font}  ram $alignr $mem / $memmax
    
    
    # NETWORK
    ${color}${font PizzaDude Bullets:size=16}v${font}   Up: $alignr ${upspeed wlan0} Kb/s 
    ${font PizzaDude Bullets:size=16}r${font}   Down: $alignr ${downspeed wlan0} Kb/s 
    
    
    ${font PizzaDude Bullets:size=16}M${font}   totalUp: $alignr ${totalup wlan0}
    ${font PizzaDude Bullets:size=16}S${font}   totalDown: $alignr ${totaldown wlan0}
    
    
    # DATE & TIME
    $alignc ${color 014A7F}${font Radio Space:size=14}${time %a %b %d %Y}
    $alignc ${font Radio Space:size=55}${time %H:%M}
    Last edited by apuebla; June 6th, 2013 at 03:22 AM.

Page 2205 of 2348 FirstFirst ... 1205170521052155219522032204220522062207221522552305 ... 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
  •