From 4dd36890c195791fd2166021e46acc14c17f6585 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 26 Apr 2019 12:37:35 +0200 Subject: [PATCH] style: background color transition --- resources/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/style.css b/resources/style.css index 8f7a2e4..39eb6ce 100644 --- a/resources/style.css +++ b/resources/style.css @@ -10,6 +10,8 @@ window#waybar { background: rgba(43, 48, 59, 0.5); border-bottom: 3px solid rgba(100, 114, 125, 0.5); color: #ffffff; + transition-property: background, background-color; + transition-duration: .5s; } window#waybar.hidded {