Search:

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

Page 1 of 8 1 2 3 4

Search: Search took 0.12 seconds.

  1. Re: Whats the best format to encode music in today?

    @TariBuntu
    I would look at opus for lossy encoding.
    It is supposed to be better than Nero AAC since they added a VBR mode to the encoder.
    Rockbox supports it now so there are some portable music...
  2. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    ^ There is also "LCDMono2" that is similar to those fonts.
  3. Re: Whats the best format to encode music in today?

    The specs on that actually look very nice.
    I will have to see if I can play it on my phone.
    EDIT: The answer that that is "not yet" but there are plans to implement it.
    I could convert my...
  4. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    You can try running


    pgrep -f ".*conkyWeather_arclance.*.py"
    to see how many times you have the python script running.
    That will print the pid of each process it finds on it's own line so if...
  5. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I will (reluctantly) take your word for it but that page has no proof (equations, realistic orbital diagrams, references to credible sources) to back up it's claims.
  6. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    The moon phase depends on the date and your location on the earths surface.
    Japan is on the other side of the world so it's moon phase is almost the opposite of the others.
  7. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    The python script should not be called (started) from a conky.
    It is not a "run-and-close" script so you will start multiple copies of it that way.
  8. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Check to see if you have two copies of the python script running by accident, that is the most likely cause of the usage you are seeing.
  9. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It is on line 191 in the "conkyWeather_arclance_v6.2.py" python script.


    pollInterval = float(900) # time between data pulls from the API (in seconds) as a float
    Change the "900" to a larger...
  10. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    This is how I did it with my script which uses the WU API but not one of their icon sets.

    1. Put all your images in a folder (how you organize them in there is up to you).
    2. Write a function...
  11. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I don't know why it does not work but the "-e" type commands for terminals generally are more temperamental than running the command in a already running terminal.
    The command may need to be...
  12. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Then it might be ignoring some levels of the kill command.
    You can try adding the "-9" signal type option to the command before the "-f" option


    pkill -9 -f ""
    to kill it more forcefully.
  13. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It is probably forked to some generic "conky" process when using "background yes" so the command cannot distinguish it from other conkys.
    You can use htop or top to see what the actual "full...
  14. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    The ".*" is a multi-character wildcard.
    pkill accepts "Extended Regular Expression" format arguments that is why you use ".*" as a wildcard.
    The reason to use it in this case is so that the kill...
  15. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Why not use?


    pkill -f "conky.*-c.*calendar-conky"
    That will kill conky process running with the "calendar-conky" .conkyrc.
    It should also not kill certain text editors if you have your...
  16. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    That is probably because of the ")" in this line.


    Conky: llua_load: cannot open (/home/boztu/.conky/conkyweather)/lua/conkyWeather_arclance.lua: No such file or directory
    You likely have the...
  17. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    You had the wrong view on that page, it needs the "extended forecast" version of the page to work.
    The is the url for that version of your page.

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

    Re: Post your .conkyrc files w/ screenshots

    What do you have on line 246 after configuration?
    It looks like this before you setup the script.


    intellicast_url = "Intellicast URL" # extended forcast url for intellicast.com
    If your...
  19. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    That's because you did not setup the script correctly.


    /home/boztu/.conky/conkyweather/conkyWeather_arclance_v6.2.py
    is not a directory but the path to the "conkyWeather_arclance_v6.2.py"...
  20. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    My GTX 560 Ti does not have it, it might be on the $1000+ rendering cards though.
    They support a lot more monitoring data (through nividia-smi) than other cards.


    I have three that still work,...
  21. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Ambient does not work on any of my Nvidia cards.
  22. Poll: Re: If you add to choose between learning GCC or PYTHON?

    You can do that in python too.


    "%d" % variable
  23. Poll: Re: If you add to choose between learning GCC or PYTHON?

    Since I already know Python, Lua, and Octave I would personally pick C/++.
    Python would be much easier to learn if this is your first programming language though.
  24. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    You can change the alpha settings for the clocks by editing the settings that end in "alpha" (like saucer_fg_alpha) in the table_setting section.
    I don't remember what each one does so you might...
  25. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    If you think they are crazy now you should watch the videos of the ones with buttons that are posted here.

    Most of the drives are for backing up all the photographs I take.
    When your camera takes...
Results 1 to 25 of 189
Page 1 of 8 1 2 3 4