a wayneko fork with phase-based behaviour
Find a file
Virt 3dc3ff4894 fix: damage issues on broken wayland compositors
wayneko does not seem to properly clean its own buffer
which is not a problem as long as the compositor does
proper damage tracking for the surface

for some reason however, the current version of hyprland
does not do damage tracking anymore which is why this
patch just cleans the buffer properly which fixes the
issue for wayneko at least
2025-03-18 19:37:58 +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 add support for multi monitor setups 2025-03-09 14:06:57 +01:00
wayneko.1 add support for multi monitor setups 2025-03-09 14:06:57 +01:00
wayneko.c fix: damage issues on broken wayland compositors 2025-03-18 19:37:58 +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.

It also adds support for multiple monitor setups as you can now specify the
used output via the `--output` flag.

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.