|
|
I have added two modules, counter.py and screenshot.py, read their descriptions to figure out what they do.
Basically:
* Counter count the time and calculate the service price according to taxes and price per hour configured
* Screenshot takes screenshot (depends on gnome-screenshot, can be modified at will) and is able to upload the screenshot to a remote server via ssh
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is up-to-date with 'origin/master'.
#
# Changes to be committed:
# new file: py3status/modules/counter.py
# new file: py3status/modules/screenshot.py
#
|