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

Major Update #16

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Major Update #16

wants to merge 24 commits into from

Commits on May 2, 2021

  1. Update README.md

    darkgrue committed May 2, 2021
    Configuration menu
    Copy the full SHA
    2cfdc62 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    darkgrue committed May 2, 2021
    Configuration menu
    Copy the full SHA
    7e1e544 View commit details
    Browse the repository at this point in the history
  3. New IP address logic

    Cleaned up formatting.
    Added additional logic to find default interface to query for IP address to display.
    darkgrue committed May 2, 2021
    Configuration menu
    Copy the full SHA
    dcf35d3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Fixed crash due to open filehandles.

    Fixed open filehandle
    Formatting cleanup
    Added /contrib directory, support scripts
    darkgrue committed May 4, 2021
    Configuration menu
    Copy the full SHA
    5459e46 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Rename functions

    darkgrue committed May 5, 2021
    Configuration menu
    Copy the full SHA
    d2d9818 View commit details
    Browse the repository at this point in the history
  2. Rename functions

    darkgrue committed May 5, 2021
    Configuration menu
    Copy the full SHA
    cc69b2b View commit details
    Browse the repository at this point in the history
  3. Rename functions

    darkgrue committed May 5, 2021
    Configuration menu
    Copy the full SHA
    dfb3122 View commit details
    Browse the repository at this point in the history
  4. Stylistic cleanup

    darkgrue committed May 5, 2021
    Configuration menu
    Copy the full SHA
    e6b0bd8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Major functional changes

    Style changes
    Reordered functions by order of call
    Fixed types
    Fixed -Wall compiler warnings
    More robust error handling
    Fixed the way top was being called
    Added /proc/stat CPU calculation
    Added df disk free space calculation
    Refactored the way numbers were being pushed to the display that should result in better formatting
    Correctly display CPU temperature units of measurement (F displayed instead of C)
    darkgrue committed May 8, 2021
    Configuration menu
    Copy the full SHA
    ef29c51 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    darkgrue committed May 8, 2021
    Configuration menu
    Copy the full SHA
    7b2d0f4 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    darkgrue committed May 8, 2021
    Configuration menu
    Copy the full SHA
    f675ed3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Update README.md

    darkgrue committed May 9, 2021
    Configuration menu
    Copy the full SHA
    4796bf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a18b2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Update Makefile

    darkgrue committed May 18, 2021
    Configuration menu
    Copy the full SHA
    889cb1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10abdba View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. fix typo's

    piwi3910 committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    a80b198 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from piwi3910/master

    fix typo's
    darkgrue committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    9e1f03b View commit details
    Browse the repository at this point in the history
  3. Bugfixes

    Changed alignment of IP address to fix max length address (thanks Piwi for pointing out the problem!)
    Added another display digit to CPU load, since there was room.
    Added raw background image templates to /contrib directory.
    darkgrue committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    f7f0001 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Remove WiringPi dependency

    removed dependency
    reformatted comments
    updated make_tarball.sh
    darkgrue committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    95da178 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    darkgrue committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6857edc View commit details
    Browse the repository at this point in the history
  3. Update make_tarball.sh

    darkgrue committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    78f9079 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a03734 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Clear screen on exit.

    Catch SIGHUP, SIGINT, and SIGTERM and clear screen (to prevent screen burn-in).
    Standardize source file format.
    darkgrue committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1906c31 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Fix typos.

    darkgrue committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    8e7d755 View commit details
    Browse the repository at this point in the history