From f334e78f1ddf4ef4ebdc74b17fe29a9a4d8177b3 Mon Sep 17 00:00:00 2001 From: Harzo Date: Fri, 15 Sep 2023 20:21:18 +0200 Subject: [PATCH] Foot + Waybar: make more transparent background --- .config/foot/foot.ini | 2 +- .config/waybar/style.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index fb80c84..64c248b 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -25,6 +25,6 @@ hide-when-typing = no alternate-scroll-mode = yes [colors] -alpha = 0.9 +alpha = 0.5 # vim: ft=dosini diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 6076866..f87e9fc 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -20,7 +20,7 @@ } } -@define-color bg #2e3440; +@define-color bg rgba(46, 52, 64, 0.5); @define-color light #d8dee9; @define-color warning #ebcb8b; @define-color critical #bf616a; @@ -120,4 +120,3 @@ tooltip { color: @warning; opacity: 1; } -