Skip to content
cybertron edited this page Aug 24, 2012 · 2 revisions

The disk widget display information about disk usage. It has the following unique parameters:

  • Statistic One of free, used, total, read, write, or readwrite. Case insensitive. Note that the first three are related to disk space usage, while the latter three are related to disk activity.
  • Unit One of KB, MB, GB, TB, PB, EB, ZB, or YB. Case sensitive for this one.
  • Path For free, used, and total, the path to the filesystem to be monitored (e.g. /). For read, write, and readwrite the device to monitor (e.g. sda).

Example:

  Widget
     Type Disk
     SubType Image
     Path /mnt/tv
     Statistic Free
     Unit GB
     Position 0 2
     Dimensions 8 25
     Filename VertBar.png

Clone this wiki locally