summaryrefslogtreecommitdiff
path: root/i3status
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-01-18 10:34:02 -0500
committerJake Koroman <jake@jakekoroman.com>2026-01-18 10:34:02 -0500
commitacc2d4c4f58d941688106c31d3ff596a1f920b29 (patch)
treef456513271ded7d238c606023b4399020ea5d743 /i3status
parenta25003cd52e931593965503e02bcb980b34923d2 (diff)
playing with colours.
Diffstat (limited to 'i3status')
-rw-r--r--i3status/config6
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
+}