mirror of
https://github.com/pgrondek/config.git
synced 2024-11-25 13:16:01 +00:00
Add i3status config
This commit is contained in:
parent
b2cd701011
commit
6891b6f50d
40
i3status.conf
Normal file
40
i3status.conf
Normal file
@ -0,0 +1,40 @@
|
||||
# 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
|
||||
}
|
||||
|
||||
order += "disk /"
|
||||
order += "ethernet br0"
|
||||
order += "load"
|
||||
order += "cpu_usage"
|
||||
order += "tztime local"
|
||||
|
||||
ethernet br0 {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = "br0: %ip"
|
||||
format_down = "br0: down"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Y-%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
load {
|
||||
format = "%1min %5min %15min"
|
||||
}
|
||||
|
||||
cpu_usage {
|
||||
format = "%usage"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "%avail"
|
||||
}
|
Loading…
Reference in New Issue
Block a user