From 4cfaff7f3c06f95871811a1c7857820d5b504cf2 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Wed, 30 Jul 2025 13:41:00 +0200 Subject: [PATCH] adjust font sizes --- waybar/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/waybar/style.css b/waybar/style.css index 9aa7940..b57ad0c 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -45,7 +45,7 @@ tooltip { color: @foreground; background-color: alpha(@base, 0); transition: all 0.3s ease-in-out; - font-size: 13px; /* Slightly smaller font size */ + font-size: 14px; /* Slightly smaller font size */ } #workspaces button:hover { @@ -83,8 +83,7 @@ tooltip { #window { background-color: alpha(@base, 0.6); - font-size: 15px; /* Slightly smaller font size */ - font-weight: 800; + font-size: 14px; /* Slightly smaller font size */ color: @subtext1; border-radius: 14px; padding: 3px 6px; /* Reduced padding */ @@ -94,6 +93,7 @@ tooltip { #custom-mediaplayer { background-color: alpha(@base, 0.6); + font-size: 14px; /* Slightly smaller font size */ border-radius: 14px; padding: 3px 12px; color: @lavender;