Page 2249 of 2348 FirstFirst ... 124917492149219922392247224822492250225122592299 ... LastLast
Results 22,481 to 22,490 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #22481
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    That's how it works with most running processes.
    Just open a new terminal or tab.
    ctrl+c will kill the process that's running in the terminal.
    "
    Make sure when you edit the toggle script to keep in the same form using "&" and maintain spacing.
    Right clicking on a file or folder and choosing copy will copy the path to the clipboard for pasting in scripts.
    Then at least you know the path is correct.

    PS Just looking at your last pic ....did you use "user" as your username?
    Last edited by stinkeye; November 24th, 2013 at 08:39 PM.

  2. #22482
    Join Date
    Apr 2013
    Location
    North Sweden
    Beans
    99
    Distro
    Ubuntu Gnome 13.10 Saucy Salamander

    Re: Post your .conkyrc files w/ screenshots

    OH!!! I just figured it out. I was trying out Kazam recording app (to show you how it happends), well during recording now, I tried try press on "Run" that's to the very right.
    Before I had been pressing "Run in terminal", so that's why it maybe didn't work.
    Works now though as I press on the run button

  3. #22483
    Join Date
    May 2010
    Beans
    4

    Re: Post your .conkyrc files w/ screenshots

    So after a bit of time with my best friend Google, I have found out that the problem is with the ALX driver for my eth0. Somehow when the driver code was merged into the 3.something kernel, the driver level monitoring code was not added in. So, no mater what, I won't be getting the data from my wired connection until the kernel is updated with the missing driver code...

    Oh well...

  4. #22484
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by glennvan View Post
    So after a bit of time with my best friend Google, I have found out that the problem is with the ALX driver for my eth0. Somehow when the driver code was merged into the 3.something kernel, the driver level monitoring code was not added in. So, no mater what, I won't be getting the data from my wired connection until the kernel is updated with the missing driver code...

    Oh well...
    Can't you drop back to an earlier kernel? I'm not sure how you'd do that in Ubuntu though.

  5. #22485
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    @suhongdoan - please don't drag and drop images - it doesn't work

  6. #22486
    Join Date
    Nov 2013
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Elfy View Post
    @suhongdoan - please don't drag and drop images - it doesn't work
    I tried to edit but it keep freezing on me. Thank you Elfy for remove it. I will try with attach image.

    shd

  7. #22487
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Conky Anonymous

    Step 1 - Admitted that we were powerless over conky - and love it!

    Desktop 1, 2 & 3 - My general area of work.

    #3 is usually empty, but there are a couple of conkys there under development.

    Desktop #4 - my wife's area, with her weather open in a window:


    That's it normally ... today I opened Desktops 5, 6 & 7 and put the conkys in there that I have an OB menu entry to start.

    There are a 'few' more but ... ... ...

  8. #22488
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Niemil View Post
    OH!!! I just figured it out. I was trying out Kazam recording app (to show you how it happends), well during recording now, I tried try press on "Run" that's to the very right.
    Before I had been pressing "Run in terminal", so that's why it maybe didn't work.
    Works now though as I press on the run button
    Okay now make yourself a unity launcher.

    Check the directory ~/.local/share/applications exists
    Code:
    mkdir ~/.local/share/applications
    Create a .desktop launcher for the conky-toggle.sh script.
    Code:
    gedit ~/.local/share/applications/Conky-Control.desktop
    Copy and paste this into gedit....
    Code:
    #!/usr/bin/env xdg-open
    
    [Desktop Entry]
    Version=1.0
    Type=Application
    Terminal=false
    Exec=/path/to/toggle-conky.sh
    Name=Conky-Control
    Icon=/path/to/pic
    Comment=Toggle Conky
    Edit Exec= to use your path to toggle-conky.sh
    Edit Icon= to use your path to a pic
    Save and close.

    For an icon, just search google images. png's with transparent backgrounds look best.
    I've attached the one I use.

    Open the dash and search "conky".
    Drag and drop Conky-Control from the dash to the launcher.
    Use middle click for the second click if running in quick succession.
    Unity has a delay of about 10 secs before you can do a repeat launcher click.
    Attached Images Attached Images
    Last edited by stinkeye; November 27th, 2013 at 03:44 AM.

  9. #22489
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    Conky Anonymous

    Step 1 - Admitted that we were powerless over conky - and love it!
    Dear Applicant,
    I regretfully have to inform you that you are not eligible for our 12 step program
    until all 12 desktops are completely filled with conky.
    Yours Truly,
    stinkeye CCCC
    (Collaborative Creative Conky Community)

  10. #22490
    Join Date
    Oct 2013
    Beans
    10

    Re: Post your .conkyrc files w/ screenshots



    use_xft yesupdate_interval 2.0
    total_run_times 0
    own_window yes
    own_window_transparent yes
    own_window_type normal #desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 1050 85
    maximum_width 1050
    default_bar_size 155
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    default_color black
    default_shade_color black
    default_outline_color black
    alignment top_right
    gap_x 167
    gap_y 500
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale yes


    TEXT
    ${font verdana:bold:size=8}${color white}CPU ${cpubar cpu0} RAM ${membar} SWAP: ${swapbar} BAT: ${battery_bar BAT1} DISK: ${fs_bar}
    ${font verdana:size=8}Cores: ${cpu cpu1}% - ${cpu cpu2}% - ${cpu cpu3}% - ${cpu cpu4}% ${goto 275}$mem / $memmax ${goto 505}$swap / $swapmax ${goto 715}${battery_percent BAT1}%: ${battery_time BAT1} ${goto 925}${fs_used} / $fs_size

Page 2249 of 2348 FirstFirst ... 124917492149219922392247224822492250225122592299 ... 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
  •