From 099fcb566c9dc5d570d57aad14ca7b71065e8bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 13 Apr 2024 17:47:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(waybar):=20change=20shadow=20?= =?UTF-8?q?for=20the=20workspace=20item?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 61dac21f..a638369d 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -111,7 +111,7 @@ window#waybar.hidden { #workspaces button.active { padding-right: 6px; padding-left: 6px; - box-shadow: rgba(0, 0, 0, 0.288) 2 2 5 2px; + box-shadow: rgba(0, 0, 0, 0.288) 2 2 2 2px; padding-bottom: 3px; margin-top: 5px; margin-bottom: 5px;