Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Help with conky NOOB

  1. #11
    Join Date
    Oct 2011
    Location
    Portland, OR
    Beans
    109

    Re: Help with conky NOOB

    thanks, I will go through the guide.

    this conky I have up displays network speeds, up and down.

    the script reads
    Code:
    ${offset 240}${color slate grey}NET: 
    ${offset 240}${color}Up: ${color }${upspeed eth0} k/s
    ${offset 240}${upspeedgraph eth0 20,130 000000 ffffff}
    ${offset 240}${color}Down: ${color }${downspeed eth0}k/s${color}
    ${offset 240}${downspeedgraph eth0 20,130 000000 ffffff}
    is what I have underlined what I need to change to get the graphs to work on mine?

    So right not I should just go and get the conky-all package right now.

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

    Re: Help with conky NOOB

    Yep, look in network connections to see what your using.

    In the terminal
    wired
    Code:
    ifconfig
    wireless
    Code:
    iwconfig
    Last edited by stinkeye; October 9th, 2011 at 07:42 AM.

  3. #13
    Join Date
    Oct 2011
    Location
    Portland, OR
    Beans
    109

    Re: Help with conky NOOB

    Code:
    smoker@smoker-Dell-System-XPS-L502X:~$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:"Suckamea"  
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:26:F2:6C:DA:B6   
              Bit Rate=54 Mb/s   Tx-Power=15 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:on
              Link Quality=70/70  Signal level=-39 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:101   Missed beacon:0
    my wireless is called 'Suckamea', I tried replaing 'eth0' with 'Suckamea' to no avail, should that have worked?

  4. #14
    Join Date
    Oct 2011
    Location
    Portland, OR
    Beans
    109

    Re: Help with conky NOOB

    nevermind, I see.

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

    Re: Help with conky NOOB

    Stick with it.
    It's not that hard.
    At the moment I'm running 4 conkys
    # gmail
    # surf report
    # a forecast image from a local surf site
    # and a hardware monitor under a transparent unity panel.
    Attached Images Attached Images

  6. #16
    Join Date
    Oct 2011
    Location
    Portland, OR
    Beans
    109

    Re: Help with conky NOOB

    thanks man, I've got a lot accomplished tonight. I've been using linux for about 4 days. 2 days were install.

    I'll come back to this thread later and I'll go through the guide. I want to add email and weather, that would be sweet. Thanks again for your help.

Page 2 of 2 FirstFirst 12

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
  •