home/i3status/config
2017-07-18 12:53:01 +02:00

103 lines
2.0 KiB
Plaintext

# 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 = 5
separator = "~"
}
order += "disk /"
order += "disk /home"
order += "wireless _first_"
order += "ethernet eth0"
order += "path_exists VPN"
#order += "battery 0"
order += "battery_level"
##order += "cpu_temperature 0"
##order += "cpu_temperature 1"
##order += "load"
##order += "cpu_usage"
order += "sysdata"
#order += "spotify"
order += "volume master"
order += "uptime"
order += "tztime local"
uptime {
}
spotify {
}
battery_level {
battery_id = all
# format = "{icon} {percent}% ({time_remaining})"
format = "{icon} {percent}%"
}
sysdata {
format = "CPU: {cpu_usage}%, MEM: {mem_used_percent}%"
}
wireless _first_ {
# format_up = "W: %ip (%quality at %essid, %bitrate)"
format_up = "W: %ip (%essid)"
format_down = "W: down"
}
ethernet eth0 {
# if you use %speed, i3status requires the cap_net_admin capability
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
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 {
format = "%m/%d %H:%M:%S"
}
disk "/" {
format = "/ %percentage_free"
}
disk "/home" {
format = "/home %percentage_free"
}
volume master {
format = "♪: %volume"
format_muted = "🔉: %volume"
device = "default"
mixer = "Master"
mixer_idx = 0
}
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
}