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
poll-intervalstringnoRefresh interval of the memory usage stats in milliseconds (default=500). Cannot be less then 250ms.

Examples

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

See Also

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

Info

2024-01-27