Page 2274 of 2348 FirstFirst ... 127417742174222422642272227322742275227622842324 ... LastLast
Results 22,731 to 22,740 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #22731
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by grumblebum2 View Post
    Hi Petro Dawg,
    Looking at your config in own_window_hints you have "above" set.
    own_window_type normal uses these hints while
    own_window_type override ignores these hints.

    Code:
    own_window_type normal
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    should work fine.
    I should have noticed that right away .

    Thank you, works like a charm.
    Who's Awesome? You're Awesome.

  2. #22732
    Join Date
    Mar 2014
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    I should have noticed that right away .

    Thank you, works like a charm.
    No problem.
    Check my previous post.
    I edited for semi transparency.

  3. #22733
    Join Date
    May 2009
    Beans
    89

    Re: Post your .conkyrc files w/ screenshots

    hey guys, I'm new to conky. do i have to install modules, or can I use scripts here as is?

  4. #22734
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by artshark View Post
    hey guys, I'm new to conky. do i have to install modules, or can I use scripts here as is?
    It depends on which script/s you want to use. Some require nothing but saving the .conkyrc file in your home folder, while others require installing new fonts and/or editing at bit and/or placing scripts in various locations to work correctly on your system.

    Try to install a script you are interested in; and if it doesn't work, post back with the details so we can help you get it configured correctly.
    Who's Awesome? You're Awesome.

  5. #22735
    Join Date
    Apr 2014
    Beans
    10

    Re: Post your .conkyrc files w/ screenshots

    I'm apologise for reposting a thread I started in Desktop Environments yesterday, only it seems no one can help and this is the thread to go to for conky problems.
    I have a conky script that I have used for quite a few years.
    The OS I have been using for a while was Mint 16 but I thought I would give Ubuntu 1404 a try as it is LTS.
    Most of the script works fine but one area fails and I cannot get any help by Googling.
    Here is the code in question.
    Code:
    ${alignc}Local IP (${addr eth0})
    ${voffset 12}Down: ${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${color2}${downspeedgraph eth0 20,130 ff0000 0000ff} ${alignr}${upspeedgraph eth0 20,130 0000ff ff0000}${color orange}
    Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
    ${voffset 16}Nameservers:${offset 8}${nameserver 1}${alignr}${nameserver 2}
    The local IP is correct so eth0 is the correct interface.
    I get 0B for all other values and the nameserver is shown as 127.0.1.1

    Any help on adjusting the Conky Code for the new Ubuntu would be great.

  6. #22736
    Join Date
    May 2010
    Beans
    4

    Re: Post your .conkyrc files w/ screenshots

    If you do a lspci in a command prompt, and your network card shows up like this:

    02:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 08)

    You won't be getting any traffic values until kernel 3.15 is released. The data logging part of the driver code was not included and is being put back in the 3.15 kernel. I would love to give the link as to where I read that, but I don't have/remember where I saw it...

  7. #22737
    Join Date
    Apr 2014
    Beans
    10

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by glennvan View Post
    If you do a lspci in a command prompt, and your network card shows up like this:

    02:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 08)

    You won't be getting any traffic values until kernel 3.15 is released. The data logging part of the driver code was not included and is being put back in the 3.15 kernel. I would love to give the link as to where I read that, but I don't have/remember where I saw it...
    Thanks for the information.
    My Ethernet controller does indeed show as

    06:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 10)

    So, I wait for the new kernel it seems.

  8. #22738
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by The-Valk View Post
    Thanks for the information.
    My Ethernet controller does indeed show as

    06:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 10)

    So, I wait for the new kernel it seems.
    Well, glad that got cleared up and explains why it woks here:
    Code:
    00:07.0 Bridge: NVIDIA Corporation MCP61 Ethernet (rev a2)
    Keep in touch!

  9. #22739
    Join Date
    Apr 2014
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Hey guys, As a huge fan of conky myself, I just recently made a conky-like system monitor for android, I created a thread for it, I'd appreciate it, if you would check it out!

    http://ubuntuforums.org/showthread.p...1#post13000261

    Thanks!

  10. #22740
    Join Date
    Apr 2014
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Okay, this is my first post here on the forums, so hi!

    Just finished setting up conky (it's my first attempt with conky) and here's the result:
    (date is in portuguese because I'm from Brazil)



    and the conkyrc:

    Code:
    update_interval 1
    
    double_buffer yes
    no_buffers yes
    
    use_xft yes
    xftfont ubuntu mono:size=12
    
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    alignment bottom_right
    gap_x 20
    gap_y 20
    
    draw_outline yes
    default_outline_color 000000
    draw_shades no
    default_shade_color 000000
    
    default_color FFFFFF
    color1 4D99D6
    
    own_window_argb_visual yes
    own_window_colour 000000
    own_window_argb_value 0
    
    TEXT
    ${font ubuntu mono:size=27} $font
    ${color1}${font ubuntu mono size=16}${alignr}Ubuntu Studio 14.04 Trusty Tahr$font
    ${color1}Memory ${hr 2}$color
    Used: ${mem} - Free: ${memfree} / ${memmax}
    RAM:  $memperc%  ${color1} ${membar 6}$color
    #
    ${color1}CPU: Temperature / Usage ${hr 2}$color
    $color${exec sensors|grep "Core 0"|sed -n -e 's/(.*$/\l/p'}/   ${cpu cpu0}% ${color1}${cpubar cpu0 6}$color
    $color${exec sensors|grep "Core 1"|sed -n -e 's/(.*$/\l/p'}/   ${cpu cpu1}% ${color1}${cpubar cpu1 6}$color
    #
    ${color1}Disk ${hr 2}$color
    Size: ${fs_size /} - Used: ${fs_used /} - Free: ${fs_free /}
    ${fs_used_perc}% ${color1} ${fs_bar 6 /}$color
    ${color1}${hr 2}$color
    #
    ${font Ubuntu Mono:size=56}${time %R}${font}
    ${font Ubuntu Mono:size=26}${time %A, %d, %B}$font
    #
    ${image ~/.conky/ubuntu-studio-icon.png -p 270,225 -s 64x64}
    ${color1}${hr 2}$color

Page 2274 of 2348 FirstFirst ... 127417742174222422642272227322742275227622842324 ... 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
  •