From b4f36436c325713cc2aeef76402aa41fb696a1b0 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 22 Feb 2019 17:34:13 +0100 Subject: [PATCH] style: update idle inhibitor color --- resources/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/style.css b/resources/style.css index a92d1ffa..7b0650c6 100644 --- a/resources/style.css +++ b/resources/style.css @@ -107,5 +107,5 @@ window#waybar { } #idle_inhibitor { - background-color: #000000; + background-color: #2d3436; }