From a345bc8b13c9648d8719064c053402ffe3e1f952 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 6 May 2025 13:42:20 -0500 Subject: [PATCH] / upd i3status more clear info --- dots/i3status/config | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/dots/i3status/config b/dots/i3status/config index 549824e..80a5909 100644 --- a/dots/i3status/config +++ b/dots/i3status/config @@ -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 @@ -100,7 +106,7 @@ battery all { } time { - format = "%Y.%m.%d @ %H:%M" + format = " %Y.%m.%d @ %H:%M " } volume master { @@ -114,5 +120,5 @@ volume master { path_exists "screensaver" { format = " screensaver disabled " path = "/tmp/screensaver_off.tmp" - format_down = " " + format_down = " ⎚↓ " }