aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-14 03:37:40 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-14 03:37:40 +0100
commit4dad2e360c1c464feef9a8aaff6e96a7636c54b7 (patch)
tree03290f705cef2ec761a0a1ee46b3bc38cb08e0ea /README
parent237470c8f45190b213e3a173ce6ae1a74b3e11fe (diff)
downloadvicious-legacy-4dad2e360c1c464feef9a8aaff6e96a7636c54b7.tar.xz
API: missing warg should not break awesome
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 8 insertions, 9 deletions
diff --git a/README b/README
index 61c6d45..d14a4d3 100644
--- a/README
+++ b/README
@@ -8,17 +8,17 @@ ones:
- http://git.sysphere.org/vicious/about/
Vicious widget types are a framework for creating your own awesome
-widgets. Before using a widget type *you* need to ensure that a valid
+widgets. Before using a widget type *you* need to ensure that a valid
source of information exists.
For now Vicious doesn't depend on any third party Lua libraries, to
make it easier to install and use. That means some system utilities
are used instead, where available:
- - hddtemp: for the HDD Temperature widget type
- - alsa-utils: for the Volume widget type
- - wireless_tools: for the Wireless widget type
- - curl: for widget types accessing network resources
+ - hddtemp for the HDD Temperature widget type
+ - alsa-utils for the Volume widget type
+ - wireless_tools for the Wireless widget type
+ - curl for widget types accessing network resources
Usage
@@ -28,10 +28,9 @@ $XDG_CONFIG_HOME (usually ~/.config):
$ mv vicious $XDG_CONFIG_HOME/awesome/
-Your first step should be editing init.lua to comment out all the
-widget types you don't need from the "Configure widgets" list. It is
-not required but I suggest you do so to avoid having useless modules
-sitting in your memory.
+If you want you can disable widgets you will not use, to avoid having
+useless modules sitting in your memory. You can comment out any widget
+type from the "Configure widgets" list in the widgets/init.lua file.
Then add the following to the top of your rc.lua: