We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfa040 commit f3d6914Copy full SHA for f3d6914
README.md
@@ -5,7 +5,7 @@ catering to users of the "awesome" window manager. It was derived from
5
the old "Wicked" widget library, and has some of the old Wicked widget
6
types, a few of them rewritten, and a good number of new ones:
7
8
-- http://git.sysphere.org/vicious/about/
+- https://github.com/Mic92/vicious
9
10
Vicious widget types are a framework for creating your own
11
widgets. Vicious contains modules that gather data about your system,
@@ -24,7 +24,7 @@ manager (ie. Ion, WMII). It is compatible with both Lua v5.1 and v5.2.
24
25
```bash
26
$ lua
27
- > widgets = require("vicious.widgets")
+ > widgets = require("vicious.widgets.init")
28
> print(widgets.volume(nil, "Master")[1])
29
100
30
```
0 commit comments