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"; }; }; }