A money forecast app for Omarchy: accounts, a plan of incomes / transfers / expenses, and a green step-chart of cash from today to any date you pick.
Click the staircase icon in the bar to open it. Escape dismisses. Data lives in ~/.config/omarchy/runway-v3.json. Accounts start empty.
omarchy plugin add https://github.com/maiosx/runway.git --enable --yesFor a local checkout:
plugin_dir="$HOME/.config/omarchy/plugins/runway.forecast"
mkdir -p "$(dirname "$plugin_dir")"
ln -s "$PWD" "$plugin_dir"
omarchy-shell shell rescanPlugins
omarchy plugin enable runway.forecastThe plugin targets Omarchy Quattro and uses only Qt Quick and Quickshell components already present in Omarchy, plus a small Python helper (scripts/state-io) that reads and writes runway-v3.json as a regular file with O_NOFOLLOW and a 64 KiB cap. It does not install packages, modify Hyprland configuration, or run background executables.
- The overlay is a
WlrLayer.Overlaysurface with exclusive keyboard focus. keepLoaded: truekeeps the forecast in memory between opens.- Disable or remove with:
omarchy plugin disable runway.forecast
omarchy plugin remove runway.forecast --yes