From 6305094689759acd05e1a8499178c0a5fa614f11 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Tue, 1 Dec 2020 23:34:41 +0100 Subject: [PATCH] updated background storage module --- roles/waybar/templates/style.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/waybar/templates/style.j2 b/roles/waybar/templates/style.j2 index 9831f23..f784c87 100644 --- a/roles/waybar/templates/style.j2 +++ b/roles/waybar/templates/style.j2 @@ -108,10 +108,10 @@ window { #custom-storage.warning { color: @warning; - background: @background; + background: transparent; } #custom-storage.critical { color: @alert; - background: @background; + background: transparent; }