From 5a1480a503ca5e763d4d3817dfafcae7d399773f Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Fri, 28 Jul 2023 23:54:04 -0400 Subject: [PATCH] Added Xmem MenuExtra, plus fixed geometry of Xload MenuExtra --- .mlvwm/MenuBar | 3 ++- .mlvwm/MenuExtras/xload | 2 +- .mlvwm/MenuExtras/xmem | 6 ++++++ README.md | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .mlvwm/MenuExtras/xmem diff --git a/.mlvwm/MenuBar b/.mlvwm/MenuBar index 95ee4b6..977c1a4 100644 --- a/.mlvwm/MenuBar +++ b/.mlvwm/MenuBar @@ -84,4 +84,5 @@ def-Window END # Menu Extras -#Read .mlvwm/MenuExtras/xload \ No newline at end of file +#Read .mlvwm/MenuExtras/xmem +#Read .mlvwm/MenuExtras/xload diff --git a/.mlvwm/MenuExtras/xload b/.mlvwm/MenuExtras/xload index be71a69..fe1458c 100644 --- a/.mlvwm/MenuExtras/xload +++ b/.mlvwm/MenuExtras/xload @@ -3,4 +3,4 @@ ################################################################################ # 60s Load Average Graph (30px, 2s update, smooth scrolling) -Swallow "XLoad" Action Exec "xload" exec xload -geometry 30x24 -bg white -fg red -update 2 -jumpscroll 1 -nolabel +Swallow "XLoad" Action Exec "xload" exec xload -geometry 30x19 -bg white -fg red -update 2 -jumpscroll 1 -nolabel diff --git a/.mlvwm/MenuExtras/xmem b/.mlvwm/MenuExtras/xmem new file mode 100644 index 0000000..d005923 --- /dev/null +++ b/.mlvwm/MenuExtras/xmem @@ -0,0 +1,6 @@ +################################################################################ +# Xmem Menu Extra +################################################################################ + +# 60s Memory Usage Graph (30px, 2s update, smooth scrolling) +Swallow "xmem" Action Exec "xmem" exec xmem -geometry 30x19 -update 2 -jumpscroll 1 -nolabel diff --git a/README.md b/README.md index 2fb5d62..090196b 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Configurations for the following X11 applications are included for use in the me * [mlclock](https://github.com/morgant/mlclock) * Xclock * Xload +* [Xmem](https://git.sdf.org/bch/xmem) Configurations for additional applications and utilities are also available from the following separate projects: