i3 updates.

This commit is contained in:
David Tomaschik
2017-04-15 19:35:01 -07:00
parent 209778db2f
commit 7efc19fec7
3 changed files with 20 additions and 4 deletions

View File

@@ -89,15 +89,29 @@ function battery {
status_bat = "↓ BAT"
status_unk = "? UNK"
status_full = "FULL"
format = "%status %percentage (%remaining %consumption)"
format = "%status %percentage"
path = "/sys/class/power_supply/BAT${bid}/uevent"
hide_seconds = true
last_full_capacity = true
}
order += "battery ${bid}"
EOF
done
}
function audio {
cat <<-EOF
volume master {
format = "♪: %volume"
format_muted = "♪: MUTE"
device = "default"
mixer = "Master"
mixer_idx = 0
}
order += "volume master"
EOF
}
general
disks
wireless
@@ -105,6 +119,7 @@ wired
ipv6
load
battery
audio
now
# vim:set noexpandtab
# vim: noexpandtab