statnot
statnot copied to clipboard
Status / Notification system for lightweight Window Managers
Python 3 has been supported for a while on master, but no release was made yet which makes it unnecessarily hard to package for distributions, would you mind tagging a...
trdr; Google Chrome requires "body" and "actions" capabilities. So it's better to return ("body", "actions") from GetCapabilities(). I love statnot because I can create my scripts to control notifications. In...
In case you don't know, the POSIX lets you to surround matching pattern for case statement with parentheses, instead of just suffixing with right-parenthesis.
capabilities need to be returned as array, else it is interpreted as ["b","o","d","y"] further i recommend to return even more capabilities, else some programs like eg brave will refuse to...
As the title says, this change the project structure so that it is installable with [`setuptools`](https://setuptools.readthedocs.io/en/latest/setuptools.html#specifying-your-project-s-version). Also, the application uses [`argparse`](https://docs.python.org/2.7/library/argparse.html?highlight=argparse#module-argparse) for parsing the command line arguments now. I also...
Choose which content to display in the notification. This will display them in the order that they are placed in the list. Possible options are: - app_name - notification_id -...
* Update for python3 compatibility (should still work with python >=2.6) * Correctly indented indents * Updated `"%s" % (var)` to `"{}".format(var)` * Updated `print` to `print()` * Used triple...
The example config in the readme didn't get updated. See ff3c7f4ec96b18e6505f42b608ee025f6c4b5146