Add a macOS-style app dock to a Sway or Hyprland Wayland setup on Linux
Configure which app icons appear in the dock and tune hover animation size and lift via a YAML file
See at a glance which apps are currently running via the indicator dot beneath their icons
Build a minimal lightweight dock from source as an alternative to heavier panel solutions like Waybar
Requires CMake, a C++23 compiler, and Wayland development libraries, only works on wlroots-based compositors like Sway or Hyprland.
Lumi is a dock for Linux desktops that use the Wayland display system. A dock is the row of app icons that typically sits along an edge of your screen, similar to what you see on macOS. Lumi positions itself along the bottom of the screen and shows icons for the apps you choose, with a small dot beneath any app that is currently running. The dock is built specifically for window managers that use a library called wlroots, which includes popular Wayland setups like Sway and Hyprland. It will not work on other types of Linux desktop environments such as GNOME or KDE, and it does not run on Windows or macOS. Configuration is done through a single YAML file stored in your home config folder. You list which app icons appear in the dock, set corner rounding, padding, icon size, spacing between icons, and the animation behavior when you hover your mouse over an icon. The hover animation scales the icon up and lifts it slightly, with settings to control how large it gets and how far it rises. All values have defaults, so you only need to specify what you want to change. Building the project from source requires CMake, a C++23-capable compiler, and a handful of Wayland development libraries. The build process is two commands. Once built, you run the resulting binary and it reads your config file automatically. The project is early-stage and small in scope. It focuses narrowly on being a lightweight dock rather than a full panel or taskbar, and the README does not mention features like system tray support, clock widgets, or app launchers beyond what icon clicking provides.
← navithecoderboi on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.