Go to file
snow flurry 97b34f6334 Make away_on_lock.py executable
Just in case somebody decides they want to include this as a git
submodule or something, idk why they'd ever want to do that though.
Seems a bit silly to me, y'know?
2023-07-26 13:27:51 -07:00
src Make away_on_lock.py executable 2023-07-26 13:27:51 -07:00
.gitignore Initial commit 2023-07-15 19:32:47 -07:00
install.sh Initial commit 2023-07-15 19:32:47 -07:00
README.md Initial commit 2023-07-15 19:32:47 -07:00
requirements.txt Initial commit 2023-07-15 19:32:47 -07:00

Weechat script to set /away on screen lock.

Installing

If your weechat directory is ~/.local/share/weechat and you want the script to autoload, you can just run ./install.sh. Otherwise, copy away_on_lock.py and notify_$PLATFORM.py to your weechat python directory, and symlink away_on_lock.py to python/autoload.

TODO

  • Find a better way to do IPC with Weechat
  • Linux support (KDE/Gnome at least)