diff options
| -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 +} |
