Page 1300 of 2348 FirstFirst ... 3008001200125012901298129913001301130213101350140018002300 ... LastLast
Results 12,991 to 13,000 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #12991
    Join Date
    Mar 2010
    Location
    Ankara, Tr
    Beans
    100
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by pinguy View Post
    @lanetherif
    First you will need to install a few things.

    Code:
    $sudo aptitude install python-statgrab ttf-liberation hddtemp curl lm-sensors conky-all
    $sudo chmod u+s /usr/sbin/hddtemp
    $sudo sensors-detect #answering Yes (default) to all questions, even that last one that defaults to No
    Once that is done download this then extract the conky-colors.tar.gz and cd to the folder in the terminal, then run this.

    Code:
    $make
    $./conky-colors --help
    $./conky-colors
    $make install
    Once that's done paste this into the terminal.

    Code:
    $sudo add-apt-repository ppa:m-buck/conky
    $sudo apt-get update && sudo apt-get install conkyforecast
    Once you have done that follow this guide (just the bit about configuring the Weather Forecast) and replace UKXX0113 with the code you get for your area in the .conkyrc file I posted. (you can use the "Find and Replace" feature in gedit)

    Thanks for the quick reply. The icons are visible now.

  2. #12992
    Join Date
    Nov 2007
    Location
    Poole, United Kingdom
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @lanetherif
    Glad I could help

    While I am here as anyone got a working Deluge .conkyrc?
    I'v downloaded the conkydeluge and tried the examples in the /usr/share/conkydeluge/example but it just won't load.

  3. #12993
    Join Date
    Mar 2009
    Beans
    0
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    I have been trying to get the SSID for my wireless connection to display in conky, unfortunately....I have not been successful. I am running Lucid on Dell Mini 9...any help would be appreciated. Here is my conky script as well as a screenshot...
    Thanks in advance...

    background yes
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    text_buffer_size 1024
    use_spacer right
    use_xft yes
    xftfont zekton:size=8
    xftalpha 0.5
    update_interval 2.0
    draw_shades yes
    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 3
    border_width 1
    default_color white
    own_window_colour brown
    own_window_transparent yes
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    gap_x 10
    gap_y 10

    TEXT
    ${color blue}SYSTEM ${hr 1}$color
    ${color white}${color blue}--${color white}$nodename${color blue}--${color white}UBUNTU $sysname $kernel on $machine
    ${color white}Uptime: $uptime
    ${color blue}POWER ${hr 1}$color
    ${color blue}Adapter: ${color white}${acpiacadapter} ${alignr}${color blue}Battery: ${color white}${battery_percent BAT1}%
    ${color blue}CPU ${hr 1}$color
    ${color blue}Processor: ${color white}Intel Atom ${alignr}${freq_g} GHz
    #${color blue}Load: ${color white}${loadavg} ${color blue}Temp: ${color white}${acpitempf}F ${color blue}
    ${color blue}Processes: ${color white}$processes ${color blue}Running: ${color white}$running_processes
    ${color blue}CPU Load: ${color white}${cpu}%
    ${cpugraph 20,280 00ff00 ffffff}
    ${color blue}NAME $alignr PID CPU% MEM%${color white}
    ${color #ffff00}${top name 1} $alignr ${top pid 1} ${top cpu 1} ${top mem 1}${color white}
    ${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}
    ${top name 4} $alignr ${top pid 4} ${top cpu 4} ${top mem 4}
    ${top name 5} $alignr ${top pid 5} ${top cpu 5} ${top mem 5}
    ${top name 6} $alignr ${top pid 6} ${top cpu 6} ${top mem 6}
    ${color blue}MEMORY / DISK ${hr 1}$color
    ${color blue}RAM : ${color white}$memperc% ${color blue}(${color white}${mem} / ${memmax}${color blue})
    ${color blue}Swap: ${color white}$swapperc% ${color blue}(${color white}${swap} / ${swapmax}${color blue})
    ${color blue}DiskIO:${color white}${diskio}
    ${diskiograph 20,280 00ff00 ffffff}
    ${color blue}Root: ${color white}${fs_free_perc /}% ${alignr}${color blue}(${color white}${fs_used /} / ${fs_size /}${color blue})
    ${color blue}SDCard: ${color white}${fs_free_perc /media/4G}% ${alignr}${color blue}(${color white}${fs_used /media/4G} / ${fs_size /media/4G}${color blue})
    ${if_existing /proc/net/route eth1}
    ${color blue}WIRELESS NETWORK: ${color white}${addr eth1} ${color blue}${hr 1}$color
    ${color blue}SSID: ${color white}${wireless_essid eth1}
    ${color blue}Down: ${color white}${downspeed eth1}k/s ${alignr}${color blue}Up: ${color white}${upspeed eth1}k/s
    ${downspeedgraph eth1 20,140 ff0000 00ff00} ${alignr}${upspeedgraph eth1 20,140 00ff00 ff0000}
    ${endif}
    ${if_existing /proc/net/route eth0}
    ${color blue}WIRED NETWORK: ${color white}${addr eth0} ${color blue}${hr 1}$color
    ${color blue}Down: ${color white}${downspeed eth0}k/s ${alignr}${color blue}Up: ${color white}${upspeed eth0}k/s
    ${downspeedgraph eth0 20,140 ff0000 00ff00} ${alignr}${upspeedgraph eth0 20,140 00ff00 ff0000}
    ${endif}
    #${color blue}Total: ${color white}${totaldown eth0} ${alignr}${color blue}Total: ${color white}${totalup eth0}
    #${color blue}Inbound: ${color white}${tcp_portmon 1 32767 count} ${color blue}Outbound: ${color white}${tcp_portmon 32768 61000 count}${alignr}${color blue}Total: ${color white}${tcp_portmon 1 65535 count}
    #${color blue}Connections ${color white}${tcp_portmon 32768 61000 count}
    Attached Images Attached Images

  4. #12994
    Join Date
    Nov 2007
    Location
    Poole, United Kingdom
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @shanalan

    Change this:
    Code:
    ${color blue}SSID: ${color white}${wireless_essid eth1}
    to this;
    Code:
    ${color blue}SSID: ${color white}${wireless_essid wlan0}

  5. #12995
    Join Date
    Mar 2009
    Beans
    0
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Thanks for the suggestion, but does not work.
    I don't understand why using eth1 can output the proper IP addy but cannot retrieve the SSID??
    Any other suggestions???

  6. #12996
    Join Date
    Nov 2007
    Location
    Poole, United Kingdom
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by shanalan View Post
    Thanks for the suggestion, but does not work.
    I don't understand why using eth1 can output the proper IP addy but cannot retrieve the SSID??
    Any other suggestions???
    SSID is only for wireless connections, it's the broadcast name of your wireless router.

    IP addresses are different, it's like your zip/post code for your pc on the net, doesn't matter if it's wireless or not, every PC/Internet device connected the the web has a IP address.

    If you are not using a wireless connection you won't have a SSID.

    eth0, eth1 are for lan connections, wlan0 is for wireless connections and ppp0 are for dial-up.
    Last edited by pinguy; June 24th, 2010 at 09:36 PM.

  7. #12997
    Join Date
    Mar 2009
    Beans
    0
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Using nm-tool, here is the output...am I crazy or is eth1 my wireless adapter?

    shanalan@kon:~$ nm-tool

    NetworkManager Tool

    State: connected

    - Device: eth1 [MBSWireless] --------------------------------------------------
    Type: 802.11 WiFi
    Driver: wl
    State: connected
    Default: yes
    HW Address: xxxxxxxxxx

    Capabilities:
    Speed: 54 Mb/s

    Wireless Properties
    WEP Encryption: yes
    WPA Encryption: yes
    WPA2 Encryption: yes

    Wireless Access Points (* = current AP)
    *MBSWireless: Infra, xxxxxxxxxx, Freq 2437 MHz, Rate 54 Mb/s, Strength 100 WEP
    SMCD3GN-TWCDD: Infra, xxxxxxxxxx, Freq 2452 MHz, Rate 0 Mb/s, Strength 40 WPA

    IPv4 Settings:
    Address: 10.173.173.119
    Prefix: 24 (255.255.255.0)
    Gateway: 10.173.173.253

    DNS: 10.173.173.8
    DNS: 10.173.173.4


    - Device: eth0 -----------------------------------------------------------------
    Type: Wired
    Driver: r8169
    State: unavailable
    Default: no
    HW Address: xxxxxxxxxx

    Capabilities:
    Carrier Detect: yes
    Speed: 10 Mb/s

    Wired Properties
    Carrier: off

  8. #12998
    Join Date
    Nov 2007
    Location
    Poole, United Kingdom
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by shanalan View Post
    Using nm-tool, here is the output...am I crazy or is eth1 my wireless adapter?

    shanalan@kon:~$ nm-tool

    NetworkManager Tool

    State: connected

    - Device: eth1 [MBSWireless] --------------------------------------------------
    Type: 802.11 WiFi
    Driver: wl
    State: connected
    Default: yes
    HW Address: xxxxxxxxxx

    Capabilities:
    Speed: 54 Mb/s

    Wireless Properties
    WEP Encryption: yes
    WPA Encryption: yes
    WPA2 Encryption: yes

    Wireless Access Points (* = current AP)
    *MBSWireless: Infra, xxxxxxxxxx, Freq 2437 MHz, Rate 54 Mb/s, Strength 100 WEP
    SMCD3GN-TWCDD: Infra, xxxxxxxxxx, Freq 2452 MHz, Rate 0 Mb/s, Strength 40 WPA

    IPv4 Settings:
    Address: 10.173.173.119
    Prefix: 24 (255.255.255.0)
    Gateway: 10.173.173.253

    DNS: 10.173.173.8
    DNS: 10.173.173.4


    - Device: eth0 -----------------------------------------------------------------
    Type: Wired
    Driver: r8169
    State: unavailable
    Default: no
    HW Address: xxxxxxxxxx

    Capabilities:
    Carrier Detect: yes
    Speed: 10 Mb/s

    Wired Properties
    Carrier: off
    That's odd???

    That's why its not working, eth1 is for wired connections and should never be a Wireless device. Why your wireless is showing under eth1 I do not know.

  9. #12999
    Join Date
    Jul 2008
    Beans
    70

    Re: Post your .conkyrc files w/ screenshots

    While I am here as anyone got a working Deluge .conkyrc?
    I'v downloaded the conkydeluge and tried the examples in the /usr/share/conkydeluge/example but it just won't load.
    I too have been looking for this, but alas no joy. If you read the last 2 comments between myself and maker of script, you might understand more. I can only assume you're getting same terminal output as me...NADA

    http://ubuntuforums.org/showthread.php?t=946664&page=25
    Linux...The mistress we all left Windows for

  10. #13000
    Join Date
    Nov 2007
    Location
    Poole, United Kingdom
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by merlin_ie View Post
    I too have been looking for this, but alas no joy. If you read the last 2 comments between myself and maker of script, you might understand more. I can only assume you're getting same terminal output as me...NADA

    http://ubuntuforums.org/showthread.php?t=946664&page=25
    Cheers for the info. That sucks that its not going to be worked on any more.
    But ya, I was getting the same as you NADA and I was getting no info from the terminal, it just hanged.

    Do you know of anyone that's still working on the script? or is it just a dead project now.
    Last edited by pinguy; June 24th, 2010 at 11:39 PM.

Page 1300 of 2348 FirstFirst ... 3008001200125012901298129913001301130213101350140018002300 ... 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
  •