dotfiles/sway/.config/i3status/config

54 lines
982 B
Plaintext
Raw Normal View History

2016-05-09 04:49:51 +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 {
colors = true
interval = 5
}
2016-07-15 14:35:17 +00:00
# order - wireless, battery, volume, load, date/time
2016-05-09 04:49:51 +00:00
order += "wireless _first_"
order += "battery 0"
2016-07-15 14:35:17 +00:00
order += "volume master"
2016-05-09 04:49:51 +00:00
order += "load"
order += "tztime local"
2016-07-15 14:35:17 +00:00
# module configuration
2016-05-09 04:49:51 +00:00
wireless _first_ {
format_up = " %essid (%quality)"
format_down = ""
}
battery 0 {
2016-07-15 14:35:17 +00:00
last_full_capacity = true
hide_seconds = true
integer_battery_capacity = true
2016-05-09 04:49:51 +00:00
format = "%status %percentage (%remaining)"
2016-07-15 14:35:17 +00:00
status_chr = ""
status_bat = ""
status_full = ""
2016-05-09 04:49:51 +00:00
}
tztime local {
2016-07-15 14:35:17 +00:00
format = "%F %H:%M"
2016-05-09 04:49:51 +00:00
}
load {
format = "%1min %5min %15min"
}
disk "/" {
format = "%avail"
}
volume master {
2016-07-15 14:35:17 +00:00
format = "♪%volume"
format_muted = "♪%volume"
device = "pulse"
2016-05-09 04:49:51 +00:00
}