Skip to content

M_memory

vbextreme edited this page Sep 4, 2018 · 2 revisions

Memory config wiki

Show memory usage and others info

Module Specific Attribute

# unit, view value is read value / unit, 1 unit == 1 kb
unit = 1048576
# blink when available memory < blink.on kb
blink.on = 1048576

Enviroment

$0 total
$1 free
$2 shared
$3 buffers+cached
$4 available
$5 swap total
$6 swap free
$7 total ram used

Formatting

for formatting enviroment

# double
format[0] = 5.2
format[1] = 5.2
format[2] = 5.2
format[3] = 5.2
format[4] = 5.2
format[5] = 5.2
format[6] = 5.2
format[7] = 5.2

Icon

icon = "🌀"

Example

show current icon with availabe and max ram

text.long = "$@ $7/$0Ghz"
Clone this wiki locally