init
This commit is contained in:
59
i3/old/i3status/config
Executable file
59
i3/old/i3status/config
Executable file
@@ -0,0 +1,59 @@
|
||||
# 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 = 1
|
||||
}
|
||||
|
||||
order += "volume master"
|
||||
order += "ethernet _first_"
|
||||
# order += "ipv6"
|
||||
order += "disk /"
|
||||
order += "cpu_usage"
|
||||
order += "memory"
|
||||
order += "tztime local"
|
||||
|
||||
volume master {
|
||||
format = "vol: %volume"
|
||||
format_muted = "muted (%volume)"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
}
|
||||
|
||||
ipv6 {
|
||||
format_up = "%ip"
|
||||
format_down = "no IPv6"
|
||||
}
|
||||
ethernet _first_ {
|
||||
format_up = "%ip [%speed]"
|
||||
format_down = "IPv4: down"
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "%percentage"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "%avail"
|
||||
}
|
||||
|
||||
cpu_usage {
|
||||
format = "CPU: %usage"
|
||||
}
|
||||
|
||||
memory {
|
||||
format = "%used | %available"
|
||||
threshold_degraded = "1G"
|
||||
format_degraded = "MEMORY < %available"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%m-%d-%Y %H:%M:%S"
|
||||
}
|
||||
Reference in New Issue
Block a user