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

feat(loadavg): add module for load average #4594

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

Commits on Feb 26, 2023

  1. feat(loadavg): add module for load average

    Inspired by starship#1252 (comment)
    
    Example configuration:
    
        [loadavg]
        disabled = false
    
        [[loadavg.display]]
        threshold_one = 8.0
        style = "bold red"
    
        [[loadavg.display]]
        threshold_one = 4.0
        style = "bold yellow"
    
        [[loadavg.display]]
        threshold_one = 2.0
        style = "bold white"
    
        [[loadavg.display]]
        threshold_one = 0.0
        style = "dimmed white"
    cgzones committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    3a864f1 View commit details
    Browse the repository at this point in the history