From e37a5b40f8490457987895b94ac34776ef8bd8b2 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Thu, 28 Feb 2013 18:26:52 +0400 Subject: [PATCH] Edited README --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index aef3696..c640b1a 100644 --- a/README +++ b/README @@ -14,6 +14,7 @@ For edited output you must open Settings window and setup output format in lines label "$temp" - average temperature in system (if doesn't work please let me know) label "$net" - download and upload speed, KB/s. You may also specify the number of devices (1 or 2) - without their names. And you may specify network device: something like @@netdev=eth0@@ label "$netdev" - current network device - label "$bat" - battery charge, %. "acpi" must be installed (if doesn't work please let me know) + label "$bat" - battery charge, %. Battery device may be set below. File ("/sys/class/power_supply/BAT0/capacity" by default) must contain only battery charge in percent + label "$ac" - status AC device. Return (*) if AC device is online or ( ) if offline. AC device may be set below. FIle ("/sys/class/power_supply/AC/online" by default) must contain '1' if AC is online Label order will changed if you change slider position. -Attention: you don't may set to show $cpu in swap label for example. $cpu will work only in cpu label. \ No newline at end of file +Attention: you don't may set to show $cpu in swap label for example. $cpu will work only in cpu label.