[aranea] i3: replace volumeicon with keybindings + status element

This commit is contained in:
Lexi / Zoe 2020-03-01 20:07:28 +01:00
parent b710c5b433
commit 713cce8fef
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 12 additions and 1 deletions

View file

@ -23,6 +23,7 @@ order += "battery 1"
order += "cpu_temperature 0"
order += "load"
order += "tztime local"
order += "volume master"
order += "spaceapi"
@ -80,6 +81,12 @@ tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
# ~~ Volume control display
volume master {
format = "🔉 %volume"
format_muted = "🔇 %volume"
device = "pulse"
}
# ~~ CPU temperature
cpu_temperature 0 {