From 06dea7c10497b871dc852a4d0083c7ce63798e99 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Jun 2025 13:52:50 +0200 Subject: [PATCH] Use the btop text color --- config/waybar/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/waybar/style.css b/config/waybar/style.css index 24b6f16..d1ecafb 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -4,7 +4,7 @@ min-height: 0; font-family: CaskaydiaMono Nerd Font; font-size: 12px; - color: #cdd6f4; + color: #cfc9c2; background-color: #1a1b26; } @@ -35,11 +35,9 @@ tooltip { border-radius: 8px; - padding: 15px; - background-color: #131822; + padding: 5px; } tooltip label { padding: 5px; - background-color: #131822; }