From c27a5efd2a7f43bd2f3c0a9f6606f332576cff1e Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sun, 10 May 2020 03:04:35 +0300 Subject: no more transparency in programs --- dotfiles/.config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.config/waybar') diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 0b244e0..41af20c 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -4,7 +4,7 @@ min-height: 0; } window#waybar { - background: rgba(27, 30, 37, 0.95); + background: rgba(27, 30, 37, 1); color: #e5e9f0; min-height: 0; } -- cgit v1.2.3