From 5cff435402a27ad90e6961477c91867cbd7af992 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 11 Jan 2023 21:43:41 +0100 Subject: [PATCH] only highlight critical info --- sway/.config/i3status-rust/themes/moonfly.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sway/.config/i3status-rust/themes/moonfly.toml b/sway/.config/i3status-rust/themes/moonfly.toml index 59632c2..4be691f 100644 --- a/sway/.config/i3status-rust/themes/moonfly.toml +++ b/sway/.config/i3status-rust/themes/moonfly.toml @@ -1,14 +1,11 @@ idle_bg = "#080808" idle_fg = "#b2b2b2" -good_bg = "#8cc85f" -good_fg = "#080808" +good_fg = "#8cc85f" -info_bg = "#79dac8" -info_fg = "#080808" +info_fg = "#79dac8" -warning_bg = "#e3c78a" -warning_fg = "#080808" +warning_fg = "#e3c78a" critical_bg = "#ff5189" critical_fg = "#080808"