From be9c200d0c5c25547095a16e6cbbea7d22f925f8 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 28 Dec 2023 11:33:19 +0100 Subject: [PATCH] Fix hover color --- modules/home-manager/desktop/sway/includes/waybar.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/desktop/sway/includes/waybar.nix b/modules/home-manager/desktop/sway/includes/waybar.nix index f687bee..6c91c37 100644 --- a/modules/home-manager/desktop/sway/includes/waybar.nix +++ b/modules/home-manager/desktop/sway/includes/waybar.nix @@ -193,6 +193,10 @@ with lib; border-bottom: 1px solid @color-hover; } + #workspaces button.focused { + background: @color-selected; + color: @color-base-bg; + } #workspaces button.visible:not(.focused) { color: @color-selected; border-color: @color-selected;