yambar-modules-mem - Man Page

This module provides the memory usage

Tags

NameTypeDescription
freeintFree memory in bytes
usedintUsed memory in bytes
totalintTotal memory in bytes
percent_freerangeFree memory in percent
percent_usedrangeUsed memory in percent

Configuration

NameTypeReqDescription
intervalstringnoRefresh interval of the memory usage stats in ms (default=500). Cannot be less then 500 ms

Examples

  bar:
    left:
      - mem:
          interval: 2500
          content:
            string: {text: "{used:mb}MB"}

See Also

yambar-modules(5), yambar-particles(5), yambar-tags(5), yambar-decorations(5)

Info

2023-01-29