2020-09-13 11:52:40 +02:00
|
|
|
Welcome to Vicious' documentation!
|
|
|
|
==================================
|
2020-09-07 15:43:25 +02:00
|
|
|
|
|
|
|
Vicious is a modular widget library for window managers, but mostly catering
|
|
|
|
to users of the `awesome window manager`_. It was derived from the old
|
|
|
|
*wicked* widget library, and has some of the old *wicked* widget types,
|
|
|
|
a few of them rewritten, and a good number of new ones.
|
|
|
|
|
|
|
|
Vicious widget types are a framework for creating your own widgets.
|
|
|
|
Vicious contains modules that gather data about your system,
|
|
|
|
and a few *awesome* helper functions that make it easier to register timers,
|
|
|
|
suspend widgets and so on. Vicious doesn't depend on any third party Lua_
|
|
|
|
library, but may depend on additional system utilities.
|
|
|
|
|
2020-09-08 17:32:36 +02:00
|
|
|
Table of Contents
|
|
|
|
-----------------
|
|
|
|
|
2020-09-07 15:43:25 +02:00
|
|
|
.. toctree::
|
2020-09-13 11:52:40 +02:00
|
|
|
:maxdepth: 2
|
2020-09-07 15:43:25 +02:00
|
|
|
|
2020-09-08 16:30:27 +02:00
|
|
|
usage-lua
|
|
|
|
usage-awesome
|
2020-09-13 11:52:40 +02:00
|
|
|
examples
|
2020-09-09 05:34:51 +02:00
|
|
|
widgets
|
2020-09-13 12:53:27 +02:00
|
|
|
contrib
|
2020-09-13 11:08:38 +02:00
|
|
|
custom
|
2020-09-13 11:36:17 +02:00
|
|
|
format
|
2020-09-08 17:58:35 +02:00
|
|
|
caching
|
|
|
|
security
|
2020-09-13 12:35:11 +02:00
|
|
|
contributing
|
2020-09-07 15:43:25 +02:00
|
|
|
copying
|
2020-09-13 12:35:11 +02:00
|
|
|
changelog
|
2020-09-07 15:43:25 +02:00
|
|
|
|
2020-09-08 17:32:36 +02:00
|
|
|
See Also
|
|
|
|
--------
|
2020-09-07 15:43:25 +02:00
|
|
|
|
2020-09-08 17:32:36 +02:00
|
|
|
* Manual pages: `awesome(1)`_, `awesomerc(5)`_
|
|
|
|
* `Awesome declarative layout system`_
|
|
|
|
* `My first awesome`_
|
|
|
|
* `Example awesome configuration`_ (outdated)
|
2020-09-07 15:43:25 +02:00
|
|
|
|
|
|
|
.. _awesome window manager: https://awesomewm.org
|
|
|
|
.. _Lua: https://www.lua.org
|
2020-09-08 17:32:36 +02:00
|
|
|
.. _awesome(1): https://awesomewm.org/doc/manpages/awesome.1.html
|
|
|
|
.. _awesomerc(5): https://awesomewm.org/doc/manpages/awesomerc.5.html
|
|
|
|
.. _Awesome declarative layout system:
|
|
|
|
https://awesomewm.org/apidoc/documentation/03-declarative-layout.md.html
|
|
|
|
.. _My first awesome:
|
|
|
|
https://awesomewm.org/doc/api/documentation/07-my-first-awesome.md.html
|
|
|
|
.. _Example awesome configuration: http://git.sysphere.org/awesome-configs/
|