waybar-memory(5) File Formats Manual waybar-memory(5) (NAME) waybar - (memory) (DESCRIPTION) memory . (CONFIGURATION) memory . interval: : integer : 30 () . format: : string : {percentage}% . format-icons: : array/object . low () high () . . rotate: : integer ( ). states: : object . waybar-states(5). max-length: : integer . min-length: : integer . align: : float 0 1 . . justify: : string 'left' () 'right' () 'center' () . on-click: : string . on-click-middle: : string ( ) . on-click-right: : string . on-update: : string . on-scroll-up: : string ( ) . on-scroll-down: : string . smooth-scrolling-threshold: : double . tooltip: : bool : true (tooltip). menu: : string . menu-file: : string . GtkMenu menu . menu-actions: : array . expand: : bool : false . (FORMAT REPLACEMENTS) {percentage}: . {swapPercentage}: . {total}: (GiB). {swapTotal}: (GiB). {used}: (GiB). {swapUsed}: (GiB). {avail}: (GiB). {swapAvail}: (GiB). {swapState}: . (EXAMPLES) "memory": { "interval": 30, "format": "{}% ", "max-length": 10 } (FORMATTED MEMORY VALUES) "memory": { "interval": 30, "format": "{used:0.1f}G/{total:0.1f}G " } (STYLE) o #memory 2026-08-31 waybar-memory(5)