From 9979366976c6b6a7008c16670cd595d2591c3044 Mon Sep 17 00:00:00 2001 From: Marcel Lautenbach Date: Sun, 2 Apr 2017 15:30:36 +0200 Subject: [PATCH] document new battery feature --- README.md | 5 +++-- VERSION | 2 +- resources/.Xresources | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7380e0a..8ed5c3b 100644 --- a/README.md +++ b/README.md @@ -106,11 +106,12 @@ Here are some settings, that already work with more to come: Here is an excerpt of the default settings. You can use this as a starting point for your custom overwrites in your **.Xresources** file. - URxvt.cdmn.caption-order: CPU,DISK,RAM,NETWORK + URxvt.cdmn.caption-order: CPU,DISK,RAM,NET URxvt.cdmn.label.disk: DISK URxvt.cdmn.label.cpu: CPU URxvt.cdmn.label.ram: RAM - URxvt.cdmn.label.network: NETWORK + URxvt.cdmn.label.network: NET + URxvt.cdmn.label.battery: BAT URxvt.cdmn.padding: 2 URxvt.cdmn.x: -1 URxvt.cdmn.y: 0 diff --git a/VERSION b/VERSION index 723f61e..516cddc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -alpha-0.2-19 +alpha-0.2-20 diff --git a/resources/.Xresources b/resources/.Xresources index 0556d8b..f5800aa 100644 --- a/resources/.Xresources +++ b/resources/.Xresources @@ -3,11 +3,12 @@ URxvt*background: rgba:0000/0000/0000/f000 URxvt*depth: 32 URxvt*perl-lib: /home//.urxvt/ -URxvt.cdmn.caption-order: CPU,DISK,RAM,NETWORK +URxvt.cdmn.caption-order: CPU,DISK,RAM,NET,BAT URxvt.cdmn.label.disk: DISK URxvt.cdmn.label.cpu: CPU URxvt.cdmn.label.ram: RAM -URxvt.cdmn.label.network: NETWORK +URxvt.cdmn.label.network: NET +URxvt.cdmn.label.battery: BAT URxvt.cdmn.padding: 2 URxvt.cdmn.x: -1 URxvt.cdmn.y: 0