This commit is contained in:
2024-12-31 13:45:37 -05:00
parent 0135da50e8
commit b8561bd31f

View File

@@ -1,20 +1,58 @@
# 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 { general {
output_format = "i3bar" colors = true
colors = false interval = 5
markup = pango
interval = 5
color_good = '#2f343f'
color_degraded = '#ebcb8b'
color_bad = '#ba5e57'
} }
order += "battery" order += "ipv6"
order += "cpu_temperature 0"
order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"
order += "load"
order += "tztime local"
battery { cpu_temperature 0 {
format = "%status %percentage %remaining" format = "Tea: %degrees °C"
last_full_capacity = true }
low_threshold = 10
threshold_type = percentage wireless _first_ {
format_down = "No battery" # format_up = "W: (%quality at %essid) %ip"
path = "/sys/class/power_supply/BAT0/uevent" format_up = "W: (%quality) Leaked IP: %ip"
format_down = "W: down"
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
# format_up = "E: %ip (%speed)"
format_up = "E: Leaked IP: %ip (%speed)"
format_down = "E: down"
}
battery all {
format = "Fairy Dust: %percentage %status %remaining"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
load {
format = "Hot Loads: %1min"
}
disk "/" {
format = "Penger Folder: %avail"
}
ipv6 {
format_up = "Useless Protocol: %ipv6"
format_down = "Useless Protocol: Down"
} }