diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-01-18 10:34:02 -0500 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-01-18 10:34:02 -0500 |
| commit | acc2d4c4f58d941688106c31d3ff596a1f920b29 (patch) | |
| tree | f456513271ded7d238c606023b4399020ea5d743 /i3status/config | |
| parent | a25003cd52e931593965503e02bcb980b34923d2 (diff) | |
playing with colours.
Diffstat (limited to 'i3status/config')
| -rw-r--r-- | i3status/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i3status/config b/i3status/config index b01dd40..3f6f576 100644 --- 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 +} |
