No. It will only get updated when you run yay, since both packages are in the AUR, not the official arch repositories.
I looked through the project directory, and it appears that notify-send.py is a simple python script. You don’t have to run pip at all. Once you have cloned the repo, just add a symlink to that python script into /usr/local/bin (assuming that /usr/local/bin is listed in your PATH - it usually is). After you do that, you can run notify-send.py from the command line or from inside your scripts.
For example, let’s say you cloned the notify-send repo into your home directory (there will be a directory called ~/notify-send.py). To create the symlink, simply run:
[This developer seriously needs to use a better naming convention]
You can put the notify-send.py package directory anywhere you like. If you wish to update the notify-send.py package, just cd into the package directory and run git pull. Nothing else has to change. Unless the developer somehow decides to change the structure of the package directory, the symlink created will remain valid.
Also, this thread has gone far off the topic. I believe the initial question has already been solved (the brightness issue). So @Btfz if you could please mark a solution?
Then maybe a moderator @dalto can help move the rest of the discussion to a new thread.
i did that but when i run notify-send.py "test" or anything else i get zsh: command not found: notify-send.py
anthony93
Also, this thread has gone far off the topic. I believe the initial question has already been solved (the brightness issue). So @Btfz if you could please mark a solution?
yes i marked it and sorry/thanks. i’d be happy to move to another place if theres a forum for not so savy users/new users
Traceback (most recent call last): File "/usr/local/bin/notify-send.py", line 8 in <module> from .notify3 import notify3 ImportError: attempted relative import with no known parent package
at this point, is dunst easier to use? maybe i can use that instead