awesome-wm-widgets/fs-widget
streetturtle fa725e4d86 [fs-widget] few cosmetic changes 2020-02-22 13:55:04 -05:00
..
README.md [fs-widget] rename storage to fs 2020-02-22 13:50:30 -05:00
fs-widget.lua [fs-widget] few cosmetic changes 2020-02-22 13:55:04 -05:00
out.gif [fs-widget] rename storage to fs 2020-02-22 13:50:30 -05:00

README.md

Storage Widget

This widget shows disk usage. When clicked another widget appears with more detailed information. By default it monitors the "/" mount. It can be configured with a list of mounts to monitor though only the first will show in the wibar. To have multiple mounts displayed on the wibar simply define multiple storage_widgets with different mounts as arguments.

  local storage_widget = require("awesome-wm-widgets.storage-widget.storage-widget")
  ...
  s.mywibox:setup {
      s.mytasklist, -- Middle widget
      { -- Right widgets
      storage_widget(), --default
      wibox.widget.textbox(':'),
      storage_widget({ mounts = { '/', '/mnt/musicj' } }), -- multiple mounts
  ...

Installation

Please refer to the installation section of the repo.