wayneko/README

31 lines
1.4 KiB
Text
Raw Normal View History

wayneko - Neko on Wayland but with phases
2023-08-14 02:12:13 +02:00
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/
Neko will also scratch the sides of your monitor with this fork, if one is nearby.
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.