Coder Social home page Coder Social logo

Comments (3)

Fofer avatar Fofer commented on July 22, 2024

According to this note, the plist on the repo is already set to run once a day, at 8 am, and that time can be adjusted as desired.

Given the nature of what this script does -- which is simply fetch the Bing wallpaper image, and make it a desktop pattern -- I'm skeptical that it's really the cause of your battery issue.

from bing-wallpaper-for-mac.

jdrobert avatar jdrobert commented on July 22, 2024

By default the app is set to run every 3600 seconds (1 hour). I didn't know that I could set the run time manually. Thanks for pointing that out.

<!-- This is to run the app at specified intervals -->
<!-- -->
    <key>StartInterval</key>
      <integer>3600</integer>

https://github.com/networkprogrammer/bing-wallpaper-for-mac/blob/master/bing.wallpaper.mac.plist

While I agree that running once an hour shouldn't do this to my battery, it has been much better since running the unload command. It could be some other app but this is the last thing I installed.

from bing-wallpaper-for-mac.

networkprogrammer avatar networkprogrammer commented on July 22, 2024

@jdrobert @Fofer Thanks for looking into this. Yes, this code does not do anything until it is invoked by the system. I preferred this method to having a process always running.

I believe that the battery issue could have been a combination of a lot if things on your machine. Invoking the script could have added to the load, but once the job is done, the script would not affect your battery life.

That being said, I'll close out this issue.
Thanks,

from bing-wallpaper-for-mac.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.