mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
i3 updates.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user