Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    13
    Views
    1,169

    [kde] Re: terminal issue

    Then put it in ~/.zshrc
  2. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    /usr/sbin/ is not in your users $PATH variable, whereas /usr/bin/ is.
  3. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    @BruceM:

    Why use grep and cut when nvidia-settings provides the same info with built in switches?


    nvidia-settings -q GPUCoreTemp -t

    Will give you the GPU temp in Celsius.
  4. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Set the wallpaper.
    Make the conkyrc's.
    Move them around until you figure out where they should go.
    ???
    Profit.

    I had one like that for a while. If you look through my posts in this thread to...
  5. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    /bin/sh can be slightly faster than /bin/bash. Especially for those that don't use bash. There's no need to call bash to do something in the background when dash/zsh/csh works much faster.
  6. [ubuntu] Re: I need software to supervise my internet bandwith

    rx = recieved
    tx = transmitted
  7. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    What DE are you using?
  8. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    The "Search This Tread" at the top of the page. Use "Advanced Search" to search by name.
  9. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It's a tray for those that don't run DE panels. Some panels lack support for system trays, so trayer adds that, at the cost of running another program in the background.

    With trayer:
    ...
  10. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    http://conky.sourceforge.net/config_settings.html

    See "draw_outline" and "default_outline_color".
  11. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Yes, there is a way. Look through this thread. Most configs have a clock and some have weather. Strip everything else out and you've got it.
  12. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It's not. That's not what conky's for.
  13. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    No. And it does that by default.
  14. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It would seem that there isn't enough time between when Compiz starts and when Conky starts. If you try delaying the start of Conky with sleep ## && conky where ## is seconds, you might have better...
  15. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Did you try starting conky after the panel?
  16. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Yes, the interval is in seconds. Execi is EXECute Interval. And you can either check the conky man page, or http://conky.sourceforge.net/variables.html
  17. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Probably something along the lines of:



    ${execi 30 cat /var/log/auth.log | grep -E "accepted|failed"}


    Substitute 30 for whatever time you want it to run.
  18. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Read that wrong.
  19. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    You need to add the path to wallpaper.jpg.
  20. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    There's a way around that. I take no responsibility for helping you to waste more time, even though it's not a waste...

    Above TEXT set one, all or any combination of these:



    max_specials ...
  21. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    http://www.google.com/search?hl=en&q=acpi

    But it's probably behaving exactly as it should, as you probably don't have an acpi thermal sensor. Like the error message says.
  22. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Seeing as your error is related to acpi, I'd say that's a good place to start.
  23. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Since your hostname seems to show up in all of your messages, you could use 'sed' to "cut" it out, you more than likely know your hostname, and will probably recognize lines that usually contain it. ...
  24. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Or frequency scaling.
  25. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Better to submit a patch to the dev's so it's fixed for everyone.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4