mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-01-14 05:31:56 +00:00
Added Xmem MenuExtra, plus fixed geometry of Xload MenuExtra
This commit is contained in:
parent
426452d153
commit
5a1480a503
@ -84,4 +84,5 @@ def-Window
|
||||
END
|
||||
|
||||
# Menu Extras
|
||||
#Read .mlvwm/MenuExtras/xload
|
||||
#Read .mlvwm/MenuExtras/xmem
|
||||
#Read .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
|
||||
|
6
.mlvwm/MenuExtras/xmem
Normal file
6
.mlvwm/MenuExtras/xmem
Normal file
@ -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
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user