Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 2.08 KB

README.md

File metadata and controls

44 lines (27 loc) · 2.08 KB

IDASEN TRAY

Control your IKEA Idasen standing desk from Windows' system tray. This project is built around idasen-controller by rhyst.

REQUIREMENTS

INSTALL

  • Download the latest release.

  • Unzip the package.

  • Create a Python virtual environment in idasen-tray's directory:

    python -m venv .venv

  • Install the requirements:

    pip install -r requirements.txt

CONFIGURE

USAGE

  • Create a shortcut to scripts/start.bat and set Start in to the package's root folder (the one that contains scripts).

  • Start Idasen Tray and use the system tray menu to control your Idasen desk.

    tray-menu

ACKNOWLEDGMENTS