From dfc4f9ba9da62089a5b0b8307377d65ea53056f3 Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Thu, 28 Aug 2025 22:10:20 +0900 Subject: [PATCH] feat(waybar): remove tray background color - Removed #tray background-color in waybar style - Set kime tray icon color to white --- home/toast/modules/waybar/style.css | 4 ---- hosts/nixos/modules/time.nix | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/home/toast/modules/waybar/style.css b/home/toast/modules/waybar/style.css index 0368c36..2d2135a 100644 --- a/home/toast/modules/waybar/style.css +++ b/home/toast/modules/waybar/style.css @@ -164,10 +164,6 @@ label:focus { background-color: #eb4d4b; } -#tray { - background-color: #2980b9; -} - #idle_inhibitor { background-color: #2d3436; } diff --git a/hosts/nixos/modules/time.nix b/hosts/nixos/modules/time.nix index 6e4eb28..e5433ff 100644 --- a/hosts/nixos/modules/time.nix +++ b/hosts/nixos/modules/time.nix @@ -18,6 +18,7 @@ inputMethod = { enable = true; type = "kime"; + kime.iconColor = "White"; }; }; }