shdown / luastatus

universal status bar content generator
GNU General Public License v3.0
293 stars 12 forks source link

'widget-examples/ move to examples/' updates #35

Closed itspec-ru closed 6 years ago

itspec-ru commented 6 years ago
  1. In README.md:

    You will find widget examples in `contrib/widget-examples`.

Probabli, must be

You will find widget examples in the `examples/` directory.

  1. In `contrib/luastatus-9999.ebuild` may also replace

    docompress -x /usr/share/doc/${PF}/widget-examples/${barlib}

with

docompress -x /usr/share/doc/${PF}/examples/${barlib}

?

itspec-ru commented 6 years ago

Also in `barlibs/i3/README.md`

Please see `contrib/widget-examples/i3/README.md` for the example of using this barlib.

must be

Please see `examples/i3/README.md` for the example of using this barlib.

shdown commented 6 years ago

Thanks!

In contrib/luastatus-9999.ebuild may also replace docompress -x /usr/share/doc/${PF}/widget-examples/${barlib} with docompress -x /usr/share/doc/${PF}/examples/${barlib} ?

Well, probably yes, for consistency’s sake.