Vicious is a modular widget library for the "awesome" window manager.
Go to file
Constantin Piber 830d624f35 [mpd] Add ability to send arbitrary commands 2022-05-04 10:16:33 +09:00
contrib [contrib.openweather] Support API ID and additional return values 2020-09-28 15:41:40 +07:00
docs [mpd] Add ability to send arbitrary commands 2022-05-04 10:16:33 +09:00
templates Fix styling according to CONTRIBUTING.md 2019-10-17 21:26:06 +07:00
tools [docs] Create symlinks to CONTRIBUTING and CHANGELOG 2020-09-21 13:15:29 +07:00
widgets [mpd] Add ability to send arbitrary commands 2022-05-04 10:16:33 +09:00
.build.yml Add CI running luacheck 2020-12-07 16:27:27 +07:00
.gitignore Draft Sphinx doc structure 2020-09-21 13:15:29 +07:00
CHANGELOG.rst Update changelog and docs for vicious.call 2020-09-27 21:31:00 +07:00
CONTRIBUTING.rst Update docs details 2022-05-03 12:42:26 +09:00
LICENSE Import of vicious source tree. 2009-07-29 17:59:32 +02:00
README.md [docs] Create symlinks to CONTRIBUTING and CHANGELOG 2020-09-21 13:15:29 +07:00
TODO Next release, tag 2.0.3 2011-05-10 22:40:34 +02:00
helpers.lua Escape % before using strings in gsub 2022-05-03 10:09:07 +09:00
init.lua Separate vicious.call into sync and async versions 2020-09-27 21:31:00 +07:00
spawn.lua Update copyright notices in libraries with the help of an auto-generator 2019-09-05 10:48:50 +07:00

README.md

Vicious

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 libraries, but may depend on additional system utilities (see widget description).

Usage

Please see our online documentation for detail instructions. It is also available under the docs directory for offline reference.

Copying

Vicious is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

Please refer to our documentation for the full list of authors.