mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-01-03 09:59:46 +01:00
70 lines
1.3 KiB
Plaintext
70 lines
1.3 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 {
|
|
colors = true
|
|
interval = 1
|
|
}
|
|
|
|
order += "ethernet _first_"
|
|
order += "disk /"
|
|
order += "cpu_usage"
|
|
order += "memory"
|
|
order += "tztime local"
|
|
|
|
wireless _first_ {
|
|
format_up = "W: (%quality at %essid) %ip"
|
|
format_down = "W: down"
|
|
separator_block_width = 25
|
|
}
|
|
|
|
ethernet _first_ {
|
|
# format_up = "E: %ip (%speed)"
|
|
format_up = "🌐️ ETH: ⬆️ Up"
|
|
format_down = "⚠️ ETH: ⬇️ Down"
|
|
separator_block_width = 25
|
|
}
|
|
|
|
cpu_temperature 0 {
|
|
format = "T: %degrees °C"
|
|
path = "/sys/devices/platform/coretemp.0/temp1_input"
|
|
separator_block_width = 25
|
|
}
|
|
|
|
cpu_usage {
|
|
format = "🔆️ CPU: %usage"
|
|
separator_block_width = 25
|
|
}
|
|
|
|
battery all {
|
|
format = "%status %percentage %remaining"
|
|
separator_block_width = 25
|
|
}
|
|
|
|
disk "/" {
|
|
format = "💽️ HDD (/): %avail"
|
|
separator_block_width = 25
|
|
}
|
|
|
|
load {
|
|
format = "%1min"
|
|
separator_block_width = 25
|
|
}
|
|
|
|
memory {
|
|
format = "🔖️ RAM: %used / %available"
|
|
threshold_degraded = "1G"
|
|
format_degraded = "⚠️ RAM < %available"
|
|
separator_block_width = 25
|
|
}
|
|
|
|
tztime local {
|
|
format = "🗓️ %a %Y-%m-%d 🕒️ %H:%M:%S"
|
|
separator_block_width = 25
|
|
}
|