• Stars
    star
    184
  • Rank 209,187 (Top 5 %)
  • Language
    Shell
  • License
    MIT License
  • Created about 4 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tiny dynamic motd generator (system, disks, network, ...)

Tinymotd

Tinymotd generate a configurable dynamic motd via shell script

Features

  • Easy configuration and customisation
  • Tiny (<100kb) optimized scripts
  • Minimal dependencies

Demo

tinymotd

Setup

To install this, with root rights:

  • Clone the repo
  • Install: ./install -u <user>
  • Configure layout: vim ./config
  • Configure widgets: vim ./widgets/<widget-name>
  • Run interactively: ./generate

The script runs:

  • every hour for system information (cpu, disks, ...)
  • every day for other information (certificates, packages, ...)