Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runway

Runway preview

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.

Install

omarchy plugin add https://github.com/maiosx/runway.git --enable --yes

For 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.forecast

The 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.

Notes

  • The overlay is a WlrLayer.Overlay surface with exclusive keyboard focus.
  • keepLoaded: true keeps the forecast in memory between opens.
  • Disable or remove with:
omarchy plugin disable runway.forecast
omarchy plugin remove runway.forecast --yes

About

Money forecast for the Omarchy desktop.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages