GithubHelp home page GithubHelp logo

pengsrc / bingpaper Goto Github PK

View Code? Open in Web Editor NEW
155.0 8.0 19.0 12.03 MB

Use Bing daily photo as your wallpaper for macOS.

License: GNU General Public License v3.0

Swift 95.10% Ruby 1.14% Rich Text Format 3.76%
bing wallpaper swift mac paper

bingpaper's People

Contributors

pengsrc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bingpaper's Issues

無法選擇日期

如圖一,「Today!」的左右兩個箭頭和下面的日期都是灰度的,無法點選,這是爲甚麼呢?

image

image

關於已下載的壁紙

是否可加入定期或容量達到一定大小後自動清理的功能?因爲不是人人都有收藏的需求。

macOS 11.1无法运行

Latest release BingPaper.v0.11.1.build.46 发行版无法运行在MacOS Big Sur 11.1系统上,提示 您没有权限来打开应用程序“BingPaper”。 请联系您的电脑或网络管理员以获得帮助。
image

change wallpaper failed in macos 10.14

When launch the first time, it may download last day pic without current one (Maybe download with error). So I could not click the left or right buttons to change wallpaper.
in StatusBarViewController.swift, I modified the function jumpToToday as follow:

    func jumpToToday() {
        DispatchQueue.global().async {
            self.todayButton.isEnabled = false
            self.todayButton.title = NSLocalizedString("Fetching...", comment: "N/A")
            
            if let currentRegion = SharedPreferences.string(forKey: SharedPreferences.Key.CurrentSelectedBingRegion) {
                self.bingPictureManager.fetchLastWallpaper(atRegin: currentRegion)
            }
            
            let formatter = DateFormatter()
            formatter.dateFormat = "yyyy-MM-dd"
            var validDate = Date()
            if self.jumpToDate(formatter.string(from: validDate)) == false {
                let lastTime: TimeInterval = -(24*60*60)
                validDate = validDate.addingTimeInterval(lastTime)
                let _ = self.jumpToDate(formatter.string(from: validDate))
            }
            
            
            self.todayButton.isEnabled = true
            self.todayButton.title = NSLocalizedString("Today !", comment: "N/A")
        }
    }

And it works.

Multiple monitor support

Hi

It seems that only that active monitor is changed when running. It does not change the wallpaper on all monitors.

Can I please request this feature?

Thanks!

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.