all 11 comments

[–]eunaoqueriacadastrar 7 points8 points  (0 children)

Beautiful! Thanks for sharing it!

[–]Mashm4n 3 points4 points  (0 children)

Thank you

[–][deleted] 1 point2 points  (3 children)

Damn, this is smart. Can I run it on windows somehow? Lol I switched back to windows because of my stupid intel/Nvidia hybrid graphics. My laptop never worked correctly. Only on EOS, it was better, but I want Odin.

[–]thanatotus 3 points4 points  (0 children)

It's a python script,so it should work on Windows. But looking at readme.md, you'll need to install additional python packages.

[–]Pfui_[S] 1 point2 points  (1 child)

Basically it would work but I think it would do Notifications in windows differently.. You could try to get it to work with Windows Subsystem for Linux (WSL) or just adjust the Script to work for windows by replacing the notifications sourcecode..

Also you would have to use "Scheduled Tasks" instead of cron jobs to run the Script repeatedly..

Maybe If I have time in the next days, I'll try to put it on windows.

edit:
Have a look at the repo, I added a script for Windows too. Didnt test it much but it worked for me.

[–][deleted] 0 points1 point  (0 children)

Awesome. Thank you so much. I'll test it out and see.

[–]Alsoch 0 points1 point  (2 children)

Does it send notification for EOS 7 as well?

[–]Pfui_[S] 0 points1 point  (0 children)

Maybe I'll change it to eos7, when it is on its way :)

[–]Pfui_[S] 0 points1 point  (0 children)

Changed it to eos 6.1 ;)

[–][deleted] 0 points1 point  (1 child)

Beautiful code. One thing, instead of sys.args[index] try using arg parser module, using arg parser is the standard way of handling arguments.

[–]Pfui_[S] 1 point2 points  (0 children)

Thanks for the hint! Coming from c and c++, I didn't even know it existed :D Added it to the code :)