Add a lot of ansible headers
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{{ ansible_header | comment }}
|
||||
|
||||
# i3status configuration file.
|
||||
# see "man i3status" for documentation.
|
||||
|
||||
@@ -23,17 +25,17 @@ order += "tztime local"
|
||||
|
||||
|
||||
ipv6 {
|
||||
format_up = "IPV6"
|
||||
format_up = "IPV6: %ip"
|
||||
format_down = ""
|
||||
}
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "W:%essid"
|
||||
format_up = "W:%essid, %ip"
|
||||
format_down = ""
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
format_up = "E: %speed"
|
||||
format_up = "E: %ip, %speed"
|
||||
format_down = ""
|
||||
}
|
||||
|
||||
@@ -45,7 +47,7 @@ battery all {
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%d-%m %H:%M"
|
||||
format = "%d-%m %H:%M:%S"
|
||||
}
|
||||
|
||||
volume master {
|
||||
|
Reference in New Issue
Block a user