-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using this on a Mac #8
Comments
Did you run setup.sh first and then run updateWallpaper.sh? |
Yeah, this is my shell output :
|
Can you show me what the contents of top.out are? |
'top' on macOS does also not have the '-b' flag. Might be the cause. |
Yup, here it is I've renamed it for github |
Yeah, but |
Okay. I see the problem. The output of This is what the output of top looks like for me:
|
Uh, all right, I think that's gonna be a problem, so haha. |
The output of 'top -l 1' is way different though. |
Hey guys, I'm half way into porting it to psutil right now. I added in the command for setting the wallpaper on OS X but I'm not yet sure it works. I also simplified how it creates the dict, but might not be as nice. I'll finish later! First time doing Python. Edit: will also check on Linux if I can. 🙂 |
So... I got it working on OSX as far as to create the wallpaper, still can't set the wallpaper I think (unfortunately the office was closing so I could commit what I could!). Pillow gives out problems when pasting in, since the latest version takes a 4-item box. 🤔 Meanwhile at home I got it working on my Bash for Windows, though it has the same issue with Pillow. I integrated already some checks because the executable for Python is different, because the services in Windows have that pesky .exe and the Idle Process just dominates everything. Seemingly looks good. 😃 |
That sounds awesome! I'd like to see that! |
I did a number of things:
Here's some screenshots: I'll open a pull request. 🙂 |
Awesome, i'll try that soon 💃 |
Hello,
I'm trying to make the script compatible with macOS, I've managed to update the code that sets the wallpaper, and I changed the command to generate the logs of the top command, I'm facing a problem that I can't solve, here's the result of my shell when I run the command ./updateWallpaper.sh :
Here is a commit that shows my changes : https://github.com/YannMCX/process-wallpaper/commit/57bf10ee5d54fc775be8c21641f58fe1b2274e3b
The text was updated successfully, but these errors were encountered: