From 79186df918161069f3751b320c10b797ae7d466d Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Fri, 6 Mar 2020 11:38:15 -0500 Subject: [PATCH] Added list of Menu Extras to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3aee8ee..75db143 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,14 @@ Configurations for the following X11 applications are included: * [Xosview2](http://xosview.sourceforge.net/) * [Xterm] +## MENU EXTRAS + +Configurations for the following X11 applications are included for use in the menu bar: + +* [mlclock](https://github.com/morgant/mlclock) +* Xclock +* Xload + ## DATA STRUCTURE MLVWM loads its configuration from `~/.mlvwmrc`, but to break configuration up into more logical and manageable chunks within a `~/.mlvwm/` directory. That directory contains its own `.mlvwmrc` file which `~/.mlvwmrc` gets symlinked to, and it takes advantage of the `Read` command (see [mlvwm/CONFIGURATION](https://github.com/morgant/mlvwm/blob/master/CONFIGURATION)) to import the remaining configuration files.