Skip to content

Commit

Permalink
document new battery feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeansen committed Apr 2, 2017
1 parent 85d5ba6 commit 9979366
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
alpha-0.2-19
alpha-0.2-20
5 changes: 3 additions & 2 deletions resources/.Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ URxvt*background: rgba:0000/0000/0000/f000
URxvt*depth: 32
URxvt*perl-lib: /home/<USERNAME>/.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
Expand Down

0 comments on commit 9979366

Please sign in to comment.