Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically update the greeter text #279

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 19, 2023

  1. Dynamically update the greeter text

    Adds new flag: `--greeter-cmd`, which accepts a command name to execute
    and sets the output to the greeter text. If the screen is idle, the
    command gets executed every second, if the user is typing the command
    gets executed in every keypress.
    
    This new flag conflicts with `--greeter-text` because when the output
    from the command gets captured it overrides the variable containing the
    greeter text passed with `--greeter-text`, so they can't be used
    together.
    mjkloeckner committed May 19, 2023
    Configuration menu
    Copy the full SHA
    9b5cfe7 View commit details
    Browse the repository at this point in the history