From 9eab2a403363cfa9953bb0d9d68d60388121433f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 21 Oct 2023 22:57:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(waybar):=20bold=20font=20f?= =?UTF-8?q?or=20the=20clock2=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index fbb8a6cd..d70cf4ec 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -314,6 +314,7 @@ window#waybar.hidden { background-size: 400% 400%; animation: gradient 15s ease infinite; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.377); + font-weight: bold; color: #1e2030; transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682); border: none;