|
NAMEwaybar - disk moduleDESCRIPTIONThe disk module displays the current disk space used.CONFIGURATIONAddressed by diskpath:
interval:
format:
rotate:
states:
max-length:
min-length: typeof: integer The minimum length in characters the module should take up. align: typeof: float The alignment of the text, where 0 is left-aligned and 1 is right-aligned. If the module is rotated, it will follow the flow of the text. on-click:
on-click-middle:
on-click-right:
on-update:
on-scroll-up:
on-scroll-down:
smooth-scrolling-threshold:
tooltip:
tooltip-format:
FORMAT REPLACEMENTS{percentage_used}: Percentage of disk in use.{percentage_free}: Percentage of free disk space {total}: Total amount of space on the disk, partition or mountpoint. {used}: Amount of used disk space. {free}: Amount of available disk space for normal users. {path}: The path specified in the configuration. EXAMPLES"disk": { "interval": 30, "format": "{percentage_free}% free on {path}", } STYLE•#disk
Visit the GSP FreeBSD Man Page Interface. |