i3status add volume
This commit is contained in:
@@ -68,6 +68,15 @@ run_watch VPN {
|
|||||||
pidfile = "/var/run/vpnc/pid"
|
pidfile = "/var/run/vpnc/pid"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
order += "volume master"
|
||||||
|
volume master {
|
||||||
|
format = "♪: %volume"
|
||||||
|
format_muted = "♪: muted (%volume)"
|
||||||
|
device = "default"
|
||||||
|
mixer = "Master"
|
||||||
|
mixer_idx = 0
|
||||||
|
}
|
||||||
|
|
||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
tztime local {
|
tztime local {
|
||||||
format = " %Y-%m-%d %H:%M:%S "
|
format = " %Y-%m-%d %H:%M:%S "
|
||||||
|
|||||||
@@ -63,6 +63,15 @@ run_watch VPN {
|
|||||||
pidfile = "/var/run/vpnc/pid"
|
pidfile = "/var/run/vpnc/pid"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
order += "volume master"
|
||||||
|
volume master {
|
||||||
|
format = "♪: %volume"
|
||||||
|
format_muted = "♪: muted (%volume)"
|
||||||
|
device = "default"
|
||||||
|
mixer = "Master"
|
||||||
|
mixer_idx = 0
|
||||||
|
}
|
||||||
|
|
||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
tztime local {
|
tztime local {
|
||||||
format = " %Y-%m-%d %H:%M:%S "
|
format = " %Y-%m-%d %H:%M:%S "
|
||||||
|
|||||||
Reference in New Issue
Block a user