Search:

Type: Posts; User: dk75; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    As for 'UNIQ' command and 'GREP', it's redundant. 'GREP' have it's own option to stop after number of pattern matched:

    grep -m1 'model ' /proc/cpuinfo |cut -c 14-23
  2. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Also, either use "/home/glen/" as path to your home directory or "~" - "~/home/glen/" is not valid, because it is evaluated by shell as "/home/glen/home/glen/".
  3. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Right of the bat, "override" is not working with compositors anymore. Only "normal" and "panel" works along with argb overlays.
  4. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    If You use "$execp" anyway, which check string for Conky command in it to run it, You might use one "$execp" command instead of 6, and one AWK instead of 3 AWK + 3 GREP + 3 CUT:

    ${execp df -H |awk...
  5. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Works for me (in terminal):

    ~$ vnstat -i wlan1+ppp0
    Database updated: Mon Mar 31 13:17:13 2014

    wlan1+ppp0 since 02/24/13

    rx: 1.21 TiB tx: 163.67 GiB total: 1.37...
  6. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    ups! forget
  7. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    background yes
  8. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Instead of SED's, maybe one GAWK script to clear HTML source?

    curl -s "http://www.accuweather.com/en/it/rome/213490/daily-weather-forecast/213490" >/tmp/accuweather.log
    accuweather.awk...
  9. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    this will show you current connected net device

    ip -f inet -oneline addr
    and if you want vnstat to gather data from your net device, then you must make vnstat database for that device first
    ...
  10. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Sorry, couldn't help to baffle about this :lol:

    Every each one of your processor core have 3.2GHz speed... it not add.
    But current processors have power management systems and if there is nothing...
  11. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    colored battery bar?

    ${battery_percent}${if_match ${battery_percent}<50}${if_match ${battery_percent}<30}${color red}${else}${color orange}${endif}${else}${color green}${endif} ${battery_bar...
  12. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    In COMPIZ?
    Didn't you've said that you've dealt with it before?
    CCSM have module for that.
    Ah, sorry, it's Ubuntu and configuring COMPIZ by user is NO NO ;p
    wmctrl, devilspie, devilspie2

    If...
  13. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It's simple - want to place a window you need to recognise it. How you place 8 window with same name? You need to change Conky window names for every Conky you have.

    conky_window_title Conky01...
  14. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It is fully compatible with LUA but not with script you are using.
  15. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It installs to /usr/local

    conky-pre2_2.0_git20121101-1_amd64.deb (453KiB)
    conky-pre2_2.0_git20121101-1_i386.deb (451KiB)
  16. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    :-\"


    conky -v
    conky 2.0.0_pre compiled Fri Nov 2 11:55:33 UTC 2012 for Linux 3.2.0-4-amd64 x86_64

    Compiled in features:

    System config file: /etc/conky/conky.conf
    Package library path:...
  17. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    { --[ Graph for GPU Temp ]--
    name="nvidia",
    arg="temp",
    max=100,
    alarm=50,
    alarm_colour={0xFF0000,0.60},
    bg_colour={0xFFFFFF,0.20},
    fg_colour={0x00FF00,0.55},...
  18. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    That icon means that there is no icon that was set to display.
    Can you check on it what icon it wants? (have and had no Unity so don't know if it's possible)
  19. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Another suggestion:

    ${execp sensors coretemp-isa-0000 | mawk 'BEGIN{ i=0 } /Core/ { gsub(/\+/, "", $3); gsub(/\../, "", $3); cpu[i]=$3; i++ } END{ for (x in cpu) print "${voffset", x*8"}Core", x,...
  20. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    So what?
    You think it will bite you if you make it?
  21. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    open terminal window and try to run conky with this script

    ~/.config/autostart/conky-start-delayed.sh
    is it working or not?

    UPS!
    Failure.
    Just looked to ~/.config/autostart

    It won't start...
  22. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Add this to /etc/fstab:

    tmpfs /tmp tmpfs defaults,noatime,mode=4777 0 0
    change output of "lm-sensors-output" to save file to /tmp and reboot.

    This will make /tmp folder in RAM with...
  23. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Also, global array can be made to store this informations and file system query can be done every 5, 15 or more Conky loops.
    And with ${fs_free} you need to know exactly name of device to query....
  24. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Dunno, it shouldn't at first glance - IIRC arclance@ is an expert about memory leaks.

    You could always check it out with top/htop/ps/whatever.
  25. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    bad quoting inside another quote - two same quotes won't concatenate.
    Try this instead:

    #!/bin/bash

    ## click to start, click to stop

    if pgrep -f "conky -c $1"; then
    pkill -xf "conky -c...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4