From 6ca47776b1ce0aaed54c09767a0362d05c720de5 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Mon, 17 Jun 2024 21:03:10 +0200 Subject: [PATCH] Make tray menu look nice (accessible) --- modules/home/hyprland/waybar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/hyprland/waybar/default.nix b/modules/home/hyprland/waybar/default.nix index 28ee88d..ecf932c 100644 --- a/modules/home/hyprland/waybar/default.nix +++ b/modules/home/hyprland/waybar/default.nix @@ -180,6 +180,7 @@ in } #tray menu { + color: #${palette.base07}; background-color: #${palette.base00}; opacity: 1.0; }