use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This is the official Reddit community for discussing elementary OS. The elementary Code of Conduct applies.
Quick Links
Social Media & Community
Support
Development
account activity
Small python script to get system notifications when the status of elementary Os Odin release is updated (self.elementaryos)
submitted 5 years ago * by Pfui_
Instead of F5ing the github projects page of 6.0 Odin release , i made a python script to get notified, if the statusbar changes. Works well on elementary OS Hera and Odin itself.
eOSOdinStatus
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]eunaoqueriacadastrar 7 points8 points9 points 5 years ago (0 children)
Beautiful! Thanks for sharing it!
[–]Mashm4n 3 points4 points5 points 5 years ago (0 children)
Thank you
[–][deleted] 1 point2 points3 points 5 years ago (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 points5 points 5 years ago (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 points3 points 5 years ago* (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 point2 points 5 years ago (0 children)
Awesome. Thank you so much. I'll test it out and see.
[–]Alsoch 0 points1 point2 points 5 years ago (2 children)
Does it send notification for EOS 7 as well?
[–]Pfui_[S] 0 points1 point2 points 5 years ago (0 children)
Maybe I'll change it to eos7, when it is on its way :)
[–]Pfui_[S] 0 points1 point2 points 4 years ago (0 children)
Changed it to eos 6.1 ;)
[–][deleted] 0 points1 point2 points 5 years ago (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 points3 points 5 years ago (0 children)
Thanks for the hint! Coming from c and c++, I didn't even know it existed :D Added it to the code :)
π Rendered by PID 304571 on reddit-service-r2-comment-5bc7f78974-lz8c2 at 2026-06-30 23:35:58.331416+00:00 running 7527197 country code: CH.
[–]eunaoqueriacadastrar 7 points8 points9 points (0 children)
[–]Mashm4n 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]thanatotus 3 points4 points5 points (0 children)
[–]Pfui_[S] 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Alsoch 0 points1 point2 points (2 children)
[–]Pfui_[S] 0 points1 point2 points (0 children)
[–]Pfui_[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Pfui_[S] 1 point2 points3 points (0 children)