diff --git a/home-manager/home.nix b/home-manager/home.nix index efd6bdc..95e9c5b 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -240,8 +240,9 @@ in window#waybar.main { background-color: transparent; } + #hyprland-workspaces, #custom-clock { - color: #${YELLOW}; + color: #${FG}; background: transparent; border: ${BORDER_WIDTH}px solid #${ACCENT}; border-radius: ${WAYBAR_CORNER_RADIUS};