2017-06-20 17:26:09 +02: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 {
|
2017-06-20 19:01:39 +02:00
|
|
|
output_format = i3bar
|
2017-06-20 17:26:09 +02:00
|
|
|
colors = true
|
|
|
|
interval = 5
|
2017-06-20 19:01:39 +02:00
|
|
|
separator = "~"
|
2017-06-20 17:26:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
order += "disk /"
|
|
|
|
order += "disk /home"
|
2017-06-21 11:42:19 +02:00
|
|
|
order += "wireless _first_"
|
2017-06-20 17:26:09 +02:00
|
|
|
order += "ethernet eth0"
|
2017-06-20 21:14:32 +02:00
|
|
|
order += "path_exists VPN"
|
|
|
|
#order += "battery 0"
|
|
|
|
order += "battery_level"
|
|
|
|
##order += "cpu_temperature 0"
|
|
|
|
##order += "cpu_temperature 1"
|
|
|
|
##order += "load"
|
|
|
|
##order += "cpu_usage"
|
2017-06-20 20:04:40 +02:00
|
|
|
order += "sysdata"
|
2017-06-20 21:14:32 +02:00
|
|
|
#order += "spotify"
|
2017-06-20 17:26:09 +02:00
|
|
|
order += "volume master"
|
2017-06-20 21:14:32 +02:00
|
|
|
order += "uptime"
|
2017-06-20 17:26:09 +02:00
|
|
|
order += "tztime local"
|
|
|
|
|
2017-06-20 21:14:32 +02:00
|
|
|
uptime {
|
|
|
|
}
|
|
|
|
|
|
|
|
spotify {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
battery_level {
|
|
|
|
battery_id = all
|
|
|
|
# format = "{icon} {percent}% ({time_remaining})"
|
|
|
|
format = "{icon} {percent}%"
|
|
|
|
}
|
|
|
|
|
2017-06-20 20:04:40 +02:00
|
|
|
sysdata {
|
|
|
|
format = "CPU: {cpu_usage}%, MEM: {mem_used_percent}%"
|
|
|
|
}
|
|
|
|
|
2017-06-21 11:42:19 +02:00
|
|
|
wireless _first_ {
|
|
|
|
# format_up = "W: %ip (%quality at %essid, %bitrate)"
|
2017-07-18 13:19:34 +02:00
|
|
|
format_up = "📶: %ip (%essid)"
|
|
|
|
format_down = "📶: down"
|
2017-06-20 17:26:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ethernet eth0 {
|
|
|
|
# if you use %speed, i3status requires the cap_net_admin capability
|
2017-07-18 13:19:34 +02:00
|
|
|
format_up = "🖧: %ip (%speed)"
|
|
|
|
format_down = "🖧: down"
|
2017-06-20 17:26:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
run_watch DHCP {
|
|
|
|
pidfile = "/var/run/dhclient*.pid"
|
|
|
|
}
|
|
|
|
|
|
|
|
path_exists VPN {
|
|
|
|
# path exists when a VPN tunnel launched by nmcli/nm-applet is active
|
|
|
|
path = "/proc/sys/net/ipv4/conf/tun0"
|
|
|
|
}
|
|
|
|
|
|
|
|
tztime local {
|
2017-06-20 20:04:40 +02:00
|
|
|
format = "%m/%d %H:%M:%S"
|
2017-06-20 17:26:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
disk "/" {
|
2017-06-20 20:04:40 +02:00
|
|
|
format = "/ %percentage_free"
|
2017-06-20 17:26:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
disk "/home" {
|
2017-06-20 20:04:40 +02:00
|
|
|
format = "/home %percentage_free"
|
2017-06-20 17:26:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
volume master {
|
2017-07-18 13:19:34 +02:00
|
|
|
format = "🔊 %volume"
|
|
|
|
format_muted = "🔇 %volume"
|
2017-06-20 17:26:09 +02:00
|
|
|
device = "default"
|
|
|
|
mixer = "Master"
|
|
|
|
mixer_idx = 0
|
|
|
|
}
|
|
|
|
|
2017-06-20 19:01:39 +02:00
|
|
|
battery 0 {
|
|
|
|
format = "%status %percentage %remaining"
|
|
|
|
format_down = "No battery"
|
|
|
|
status_chr = "⚡ CHR:"
|
|
|
|
status_bat = "🔋 BAT:"
|
|
|
|
status_unk = "? UNK:"
|
|
|
|
status_full = "☻ FULL:"
|
|
|
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
|
|
|
low_threshold = 10
|
|
|
|
}
|
|
|
|
|
|
|
|
|