From 4dad2e360c1c464feef9a8aaff6e96a7636c54b7 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 14 Mar 2010 03:37:40 +0100 Subject: API: missing warg should not break awesome --- README | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'README') 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: -- cgit v1.2.3