/ upd i3status

more clear info
This commit is contained in:
committer@tuxwarrior
2025-05-06 13:42:20 -05:00
parent 8ef8e51a7b
commit a345bc8b13

View File

@@ -42,52 +42,58 @@ load {
}
memory {
format = " ☰ %available (%percentage_available) "
format = " ☰ free: %available (%percentage_available) "
threshold_degraded = "5G"
format_degraded = "MEMORY %available"
format_degraded = "WARNING: ONLY %available FREE MEMORY"
}
disk "/" {
format = " / ⛁ %avail "
format = " / ⛁ free: %avail (%percentage_available) "
low_threshold = 10
threshold_type = "percentage_avail"
format_below_threshold = "WARNING: / ⛁ %avail (%percentage_avail%) "
}
disk "/media/drive2" {
format = " drive2 ⛁ %avail (%percentage_avail) "
disk "/mnt/nas" {
format = " nas ⛁ free: %avail (%percentage_avail) "
low_threshold = 5
threshold_type = "percentage_avail"
# format_below_threshold = "WARNING: ⛁ drive2 %avail (%percentage_avail) "
}
disk "/media/drive3" {
format = " drive3 ⛁ %avail (%percentage_avail) "
low_threshold = 5
threshold_type = "percentage_avail"
}
#disk "/media/drive2" {
# format = " drive2 ⛁ %avail (%percentage_avail) "
# low_threshold = 5
# threshold_type = "percentage_avail"
## format_below_threshold = "WARNING: ⛁ drive2 %avail (%percentage_avail) "
#}
#
#disk "/media/drive3" {
# format = " drive3 ⛁ %avail (%percentage_avail) "
# low_threshold = 5
# threshold_type = "percentage_avail"
#}
path_exists "vpn" {
#format = " %title: %status "
format = " %title "
#path = "/proc/sys/net/ipv4/conf/tun0"
path = "/proc/sys/net/ipv4/conf/proton0"
format_down = " no vpn "
format_down = " vpn "
}
wireless _first_ {
format_up = " W: (%quality at %essid @ %bitrate) %ip "
format_down = " "
format_down = " 📻↓ "
}
ethernet _first_ {
format_up = " %ip %speed "
format_down = " ⟴ "
format_down = " ⟴ "
}
battery all {
format = "%status %percentage %remaining %emptytime"
#format = " %status %percentage"
format = "%status %percentage %remaining %emptytime "
format_down = "No battery"
last_full_capacity = true
integer_battery_capacity = true
@@ -114,5 +120,5 @@ volume master {
path_exists "screensaver" {
format = " <span foreground='#2aff00'>screensaver disabled</span> "
path = "/tmp/screensaver_off.tmp"
format_down = " <span foreground='#fd68d5'>⎚</span> "
format_down = " <span foreground='#fd68d5'>⎚</span> "
}