[aranea] i3: replace volumeicon with keybindings + status element
This commit is contained in:
parent
b710c5b433
commit
713cce8fef
2 changed files with 12 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue