Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Your conky file/pic
#1
Okay guys, I've created this thread so see what you guys got..

I will be showing you my desktop and my conkyfile I ask you do the same thing

Image:
http://img341.imageshack.us/img341/4166/...hot1xf.png



Conky:
Code:
background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.1
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers no
    uppercase no
    cpu_avg_samples 1
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer yes
    text_buffer_size 2048

    TEXT
    ${font openlogos:size=20}${font Arial:size=10}${color Tan1}GNU${color Ivory}LINUX${font openlogos:size=20}
    ${voffset -90}
    ${color DimGray}
    ${font}
    ${font Arial:bold:size=10}${color Tan1}SYSTEM${color DarkSlateGray}${hr 2}
    $font${color DimGray}$sysname$kernel$alignr$machine
    Intel Pentium D $alignr${freq_g cpu0}Ghz
    Uptime $alignr${uptime}
    File System $alignr${fs_type}

    ${font Arial:bold:size=10}${color Tan1}PROCESSORS ${color DarkSlateGray}${hr 2}
    $font${color DimGray}CPU1  ${cpu cpu1}% ${cpubar cpu1}
    
    ${font Arial:bold:size=10}${color Tan1}MEMORY ${color DarkSlateGray}${hr 2}
    $font${color DimGray}MEM $alignc $mem / $memmax $alignr $memperc%
    $membar
    $font${color DimGrey}SWP:$alignc $swap /$swapmax $swapperc% $swapbar

    ${font Arial:bold:size=10}${color Tan1}HDD ${color DarkSlateGray}${hr 2}
    $font${color DimGray}/home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
    ${fs_bar /home}
    /disk $alignc ${fs_used /media/GANJAFREAK} / ${fs_size /media/GANJAFREAK} $alignr ${fs_free_perc /media/GANJAFREAK}%
    ${fs_bar /media/GANJAFREAK}
    
    ${font Arial:bold:size=10}${color Tan1}TOP PROCESSES ${color DarkSlateGray}${hr 2}
    ${color DimGray}$font${top_mem name 2}${alignr}${top mem 2} %
    $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 Arial:bold:size=10}${color Tan2}NETWORK ${color DarkSlateGray}${hr 2}
    $font${color DimGray}IP on wlan0: $alignr ${addr wlan0}
    External IP: $alignr${execi 3600 wget -O - http://whatismyip.org/ | tail}
    $font${color DimGrey}SSID: $alignr ${wireless_essid wlan0}
    $font${color DimGrey}Mode: $alignr ${wireless_mode wlan0}
    $font${color DimGrey}Quality: $alignr ${wireless_link_qual_perc wlan0}%
    $font${color DimGrey}Bitrate: $alignr ${wireless_bitrate wlan0}
    Down: $alignr ${downspeed wlan0} kb/s
    Up: $alignr ${upspeed wlan0} kb/s
    Downloaded: $alignr  ${totaldown wlan0}
    Uploaded: $alignr  ${totalup wlan0}

    ${font Arial:bold:size=10}${color Tan2}NOTES ${color DarkSlateGray}${hr 2}
    Code My website and MRGI's(neufvd)
    Code smuczerproduction forum
    Fix font problem with GIMP

BTW guys if you want my current background or the one with the orange strip let me know. I can pm you the link to any of them.
[Image: HFTOTW2DR.png]

Reply
#2
Nice, but kinda hard to read with the current bg you're using.
Btw, in the screenshot you hid your notes, but you can read them in the config.
I wanted to have the same notes thing. But using an external text file and have conky output what's inside. I'm going to try and figure out how that works.
[Image: mint.png]
Reply
#3
It's pointless do them like I do and edit it in the file it's simple and keeps it all in one place I just made it so when i update my conkyfile with new notes it auto updates the whole file meaning there is no more killing it and restarting

seroiously keep the ntoes in the file it's simple.
It;'s perfectly fine tio read except for that one ornage part. I'm making gradiant text there so it goes orange/white/black so it will fit in and be able to read it.
BTW if you want your conky to update like every sec find the update_interval 0.5 and put 0.1. Then every milli sec it does it
[Image: HFTOTW2DR.png]

Reply
#4
Nahh, I set the update interval to 1 sec.
And I don't have to kill the process. I'm using 1.7.2, it updates on it's own. No having to restart Big Grin
[Image: mint.png]
Reply
#5
1.7.2, How do I get that. I'd rather have that then what I got. It takes up alot of file space. I got 2.6 linux. off a 9.04 installation
My interval is 0.1 it's freaking cool watching it move so fast.
[Image: HFTOTW2DR.png]

Reply
#6
(01-10-2010, 08:34 AM)iR00T Wrote: 1.7.2, How do I get that. I'd rather have that then what I got. It takes up alot of file space. I got 2.6 linux. off a 9.04 installation
My interval is 0.1 it's freaking cool watching it move so fast.

https://launchpad.net/~norsetto/+archive/ppa
Add this to your sources.list ( Guide is on the website ). The updated version is in the repository, so just : sudo apt-get update and sudo apt-get install conky
[Image: mint.png]
Reply
#7
Where'd you get that dock from?
Do what thou wilt shall be the whole of the Law. Love is the law, love under will.
.::The Rights of Man::.
Reply
#8
So I add "https://launchpad.net/~norsetto/+archive/ppa" to my sources.list ?
(01-10-2010, 09:41 AM)Аноним Интерфейс Wrote: Where'd you get that dock from?

Who wa me?

Oh, It's DockBar NOT the DockBarX I couldn't get it o install as it kept throwing errors when adding it to the taskbar so I got DockBar

Or are you talking about the one at the bottom?

DockBar(x) is the one in the toip middle on the first bar that has that google chrome icon it;s like the one for windows 7
[Image: HFTOTW2DR.png]

Reply
#9
(01-10-2010, 10:43 AM)iR00T Wrote: So I add "https://launchpad.net/~norsetto/+archive/ppa" to my sources.list ?
Nahh, it's the link to the website. The instructions are on the website.
[Image: mint.png]
Reply
#10
Ah okay. I'll do that.
[Image: HFTOTW2DR.png]

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Post Your Conky Set-ups. eax 9 2,129 09-04-2013, 04:25 AM
Last Post: Fly
  Conky, the Basics - TuT Reality 2 1,482 08-07-2010, 08:48 AM
Last Post: Reality
  Conky in Linux Mint Notieboie 2 3,275 04-06-2010, 03:47 AM
Last Post: Notieboie
  conky Socrates 18 3,438 01-10-2010, 09:40 AM
Last Post: Canoris

Forum Jump:


Users browsing this thread: 1 Guest(s)