You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Nguyễn Gia Phong 6600353758
Bump version to 2.7
5 months ago
contrib [contrib.openweather] Support API ID and additional return values 4 years ago
docs Bump version to 2.7 5 months ago
templates Fix styling according to CONTRIBUTING.md 5 years ago
tools [docs] Create symlinks to CONTRIBUTING and CHANGELOG 4 years ago
widgets [widgets.mpd] Add fields `${Artists}` and `${Genres}` 5 months ago
.build.yml Add CI running luacheck 4 years ago
.gitignore Draft Sphinx doc structure 4 years ago
CHANGELOG.rst Bump version to 2.7 5 months ago
CONTRIBUTING.rst Update docs details 2 years ago
LICENSE Import of vicious source tree. 15 years ago
README.md [docs] Create symlinks to CONTRIBUTING and CHANGELOG 4 years ago
TODO Next release, tag 2.0.3 13 years ago
helpers.lua Escape % before using strings in gsub 2 years ago
init.lua Catch errors in update_value to release lock 2 years ago
spawn.lua Update copyright notices in libraries with the help of an auto-generator 5 years ago

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.