RstEyeApp / rsteye

MIT License
5 stars 0 forks source link

rsteye

RstEyeApp

General Info

Usage Instructions

Debian

Set Environment Variables

Configure Environment Variables

Set these environment variables in your shell configuration files (e.g., .bashrc or .zshrc). For example:

  export POPUP_DURATION=30
  export POPUP_INTERVAL=120

Download and Install

Download the .deb file from one of the stable https://github.com/RstEyeApp/rsteye/releases/

and install it by running:

  sudo dpkg -i rsteye.deb

Run the Application

After installation, you can run RstEyeApp & from any terminal:

you can use service file as well to start it in the background

reload systemctl using sudo systemctl daemon-reload and then start the service sudo systemctl start rsteyeapp.service (currently not working)

DO WAIT FOR FEW SEC(7-8) TO START

Development

App Structure


sequenceDiagram
    participant User
    participant App
    participant ImageLoader

    User->>App: Clicks to load image
    App->>User: Shows popup with new message
    User->>App: Reads breathing exercise message
    App->>ImageLoader: Requests image
    ImageLoader->>App: Loads image
    App->>User: Displays image