X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/8c213f95cf9beebd872fc3116380053a0f0334a6..9eb1daba9889c2bce76bdf3d88a4595f4ad27771:/mem.md diff --git a/mem.md b/mem.md index 58ccf72..173452d 100644 --- a/mem.md +++ b/mem.md @@ -1,4 +1,6 @@ -Show used memory and total memory in MiB. +[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets) + +Shows memory status (in MiB) in a textbox. mymem = lain.widgets.mem() @@ -11,7 +13,7 @@ Variable | Meaning | Type | Default `refresh_timeout` | Refresh timeout seconds | int | 10 `show_swap` | Show amount of used swap space? | boolean | false `show_total` | Show amout of total memory? | boolean | false -`header` | Text to show before value | string | " Vol " +`header` | Text to show before value | string | " Mem " `header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF" `color` | Value color | string | `beautiful.fg_focus` or "#FFFFFF" `footer` | Text to show after value | string | "MB"