From 868d24f7bcd8beb53f776664d00b09a951035c8a Mon Sep 17 00:00:00 2001 From: committer Date: Thu, 23 May 2024 06:49:46 -0500 Subject: [PATCH] u --- dots/i3status/config | 46 +++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/dots/i3status/config b/dots/i3status/config index 9c29ff9..983035a 100644 --- a/dots/i3status/config +++ b/dots/i3status/config @@ -42,9 +42,9 @@ load { } memory { - format = " ☰ %available (%percentage_available) " - threshold_degraded = "5G" - format_degraded = "MEMORY %available" + format = " ☰ %available (%percentage_available) " + threshold_degraded = "5G" + format_degraded = "MEMORY %available" } disk "/" { @@ -85,35 +85,33 @@ ethernet _first_ { } battery all { - format = "%status %percentage %remaining %emptytime" - #format = " %status %percentage" - format_down = "No battery" - last_full_capacity = true - integer_battery_capacity = true - status_chr = "⚡" - status_bat = "☉" - status_unk = "⌄" - status_full = "☀" - low_threshold = 15 - threshold_type = time + format = "%status %percentage %remaining %emptytime" + #format = " %status %percentage" + format_down = "No battery" + last_full_capacity = true + integer_battery_capacity = true + status_chr = "⚡" + status_bat = "☉" + status_unk = "⌄" + status_full = "☀" + low_threshold = 15 + threshold_type = time } time { - format = "%Y.%m.%d @ %H:%M" + format = "%Y.%m.%d @ %H:%M" } volume master { - format = " ♪: %volume " - format_muted = "♪: muted (%volume)" - device = "default" - mixer = "Master" - mixer_idx = 0 + format = " ♪: %volume " + format_muted = "♪: muted (%volume)" + device = "default" + mixer = "Master" + mixer_idx = 0 } path_exists "screensaver" { - #Blue text is cool! - - format = " " + format = " " path = "/tmp/screensaver_off.tmp" - format_down = " on " + format_down = " on " }