2021-03-17 22:33:31 +00:00
|
|
|
{{ ansible_header | comment }}
|
|
|
|
|
2021-01-29 00:08:39 +00:00
|
|
|
# i3status configuration file.
|
|
|
|
# see "man i3status" for documentation.
|
|
|
|
|
|
|
|
# It is important that this file is edited as UTF-8.
|
|
|
|
# The following line should contain a sharp s:
|
|
|
|
# ß
|
|
|
|
# If the above line is not correctly displayed, fix your editor first!
|
|
|
|
|
|
|
|
general {
|
|
|
|
output_format="i3bar"
|
|
|
|
colors = true
|
|
|
|
interval = 1
|
|
|
|
}
|
|
|
|
|
|
|
|
# order += "ipv6"
|
|
|
|
order += "read_file mpd"
|
|
|
|
order += "volume master"
|
|
|
|
order+= "ipv6"
|
|
|
|
order += "wireless _first_"
|
|
|
|
order += "ethernet _first_"
|
|
|
|
order += "battery all"
|
|
|
|
order += "tztime local"
|
|
|
|
|
|
|
|
|
|
|
|
ipv6 {
|
2021-03-17 22:33:31 +00:00
|
|
|
format_up = "IPV6: %ip"
|
2021-01-29 00:08:39 +00:00
|
|
|
format_down = ""
|
|
|
|
}
|
|
|
|
|
|
|
|
wireless _first_ {
|
2021-03-17 22:33:31 +00:00
|
|
|
format_up = "W:%essid, %ip"
|
2021-01-29 00:08:39 +00:00
|
|
|
format_down = ""
|
|
|
|
}
|
|
|
|
|
|
|
|
ethernet _first_ {
|
2021-03-17 22:33:31 +00:00
|
|
|
format_up = "E: %ip, %speed"
|
2021-01-29 00:08:39 +00:00
|
|
|
format_down = ""
|
|
|
|
}
|
|
|
|
|
|
|
|
battery all {
|
|
|
|
format = "%status %percentage %remaining"
|
|
|
|
last_full_capacity = true
|
|
|
|
color_good="#00FFFF"
|
|
|
|
color_bad="#00FFFF"
|
|
|
|
}
|
|
|
|
|
|
|
|
tztime local {
|
2021-03-17 22:33:31 +00:00
|
|
|
format = "%d-%m %H:%M:%S"
|
2021-01-29 00:08:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
volume master {
|
|
|
|
format = "♪: %volume"
|
|
|
|
format_muted = "♪: muted (%volume)"
|
|
|
|
device = "pulse"
|
|
|
|
}
|
|
|
|
|
|
|
|
read_file mpd {
|
|
|
|
path = "/tmp/mpd.current"
|
|
|
|
color_good = "#00FF99"
|
|
|
|
format_bad = ""
|
|
|
|
}
|