forked from virt-mirrors/wayneko
a wayneko fork with phase-based behaviour
bash-completion | ||
ext-idle-notify-v1.xml | ||
LICENSE | ||
Makefile | ||
neko-bitmap.xbm | ||
PKGBUILD | ||
README | ||
wayneko.1 | ||
wayneko.c | ||
wlr-layer-shell-unstable-v1.xml | ||
xdg-shell.xml | ||
zsh-completion |
wayneko - Neko on Wayland but with phases Display an animated neko cat on the bottom of an output. Requires the Wayland server to implement zwlr-layer-shell-unstable-v1. All code is licensed under the GPLv3. The neko bitmaps were taken from public domain. This fork changes the behaviour of neko to be more calm and less random. Neko will now sleep and be awake in phases, whose duration is randomized but has a minimum and maximum duration which can be changed. This means it can no longer happen that Neko wakes up just to go to sleep immediately again and makes Neko being awake something you can look forward to. It also adds support for multiple monitor setups as you can now specify the used output via the `--output` flag. In this fork, inu has also been removed (I'm so sorry...) and replaced with a striped neko variant. So you can now choose between plain neko and striped neko with the `--type` flag. The bitmaps were obtained and modified from here (use the wayback machine to access it): https://users.frii.com/suzannem/neko/ Refer to the man page or `--help` command to see how to use this fork and which options are new or no longer available. The following features are missing from this fork for now: - Neko does not yet behave differently at night. - Idle detection is working but implemented sloppily. - Pointer following is currently removed.