a wayneko fork with phase-based behaviour
Find a file
2025-03-09 01:18:32 +01:00
bash-completion Add bash completions 2024-03-28 09:31:53 +01:00
ext-idle-notify-v1.xml neko sleeps when no one is there (ext_idle_notification_v1) 2024-03-07 17:31:54 +01:00
LICENSE GPL or GTFO 2023-08-13 01:38:01 +02:00
Makefile Add zsh completions 2024-03-29 02:30:09 +01:00
neko-bitmap.xbm add inu 2023-10-19 06:45:19 +02:00
PKGBUILD add PKGBUILD for arch linux to the repo because why not 2025-03-09 00:21:27 +01:00
README be able to wake neko up with SIGUSR1 2025-03-09 01:18:32 +01:00
wayneko.1 be able to wake neko up with SIGUSR1 2025-03-09 01:18:32 +01:00
wayneko.c be able to wake neko up with SIGUSR1 2025-03-09 01:18:32 +01:00
wlr-layer-shell-unstable-v1.xml init 2023-08-13 01:37:13 +02:00
xdg-shell.xml init 2023-08-13 01:37:13 +02:00
zsh-completion Add zsh completions 2024-03-29 02:30:09 +01:00

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.

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.