commit acc2d4c4f58d941688106c31d3ff596a1f920b29 parent a25003cd52e931593965503e02bcb980b34923d2 Author: Jake Koroman <jake@jakekoroman.com> Date: Sun, 18 Jan 2026 10:34:02 -0500 playing with colours. Diffstat:
| M | i3status/config | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/i3status/config b/i3status/config @@ -1,7 +1,7 @@ general { colors = true - color_good = "#73c936" - color_bad = "#f43841" + color_good = "#8bd49c" + color_bad = "#d95468" interval = 5 } @@ -58,4 +58,4 @@ wireless wlan0 { ethernet _first_ { format_up = "E: %ip (%speed)" format_down = "E: down" -} -\ No newline at end of file +}
