home/i3status/config

82 lines
1.4 KiB
Plaintext
Raw Normal View History

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_level"
2017-06-20 20:04:40 +02:00
order += "sysdata"
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
2017-07-23 01:09:34 +02:00
charging_character=""
blocks=""
2017-06-20 21:14:32 +02:00
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_ {
2017-07-23 01:09:34 +02:00
format_up = " %ip (%essid)"
format_down = " down"
2017-06-20 17:26:09 +02:00
}
ethernet eth0 {
2017-07-23 01:09:34 +02:00
format_up = " %ip (%speed)"
format_down = " down"
2017-06-20 17:26:09 +02:00
}
run_watch DHCP {
2017-07-23 01:09:34 +02:00
pidfile = "/var/run/dhclient*.pid"
2017-06-20 17:26:09 +02:00
}
path_exists VPN {
2017-07-23 01:09:34 +02:00
path = "/proc/sys/net/ipv4/conf/tun0"
2017-06-20 17:26:09 +02:00
}
tztime local {
2017-07-23 01:09:34 +02:00
format = "%m/%d %H:%M:%S"
2017-06-20 17:26:09 +02:00
}
disk "/" {
2017-07-23 01:09:34 +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-23 01:09:34 +02:00
format = " %volume"
format_muted = " %volume"
device = "default"
mixer = "Master"
mixer_idx = 0
2017-06-20 17:26:09 +02:00
}