i3status.conf 321 B

12345678910111213141516
  1. To have the value refer to the last full capacity instead of the design capacity of the battery, add in your .i3status.conf:
  2. last_full_capacity = true
  3. order += "volume master"
  4. volume master {
  5. # format = " ♪: %volume "
  6. device = "default"
  7. mixer = "Master"
  8. mixer_idx = 0
  9. # termsyn font
  10. format = "À %volume "
  11. }