From d8b9f3106942fe47635df682f79b7fb8051c8e8e Mon Sep 17 00:00:00 2001 From: Rosa Date: Sun, 18 Jan 2026 16:00:37 -0500 Subject: finally cursors --- modules/user/desktop/window-managers/sway.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'modules/user/desktop/window-managers/sway.nix') diff --git a/modules/user/desktop/window-managers/sway.nix b/modules/user/desktop/window-managers/sway.nix index 5b82ff2..14e81cb 100644 --- a/modules/user/desktop/window-managers/sway.nix +++ b/modules/user/desktop/window-managers/sway.nix @@ -11,7 +11,6 @@ desktop.components.waybar.enable = lib.mkDefault (config.desktop.windowManager == "sway"); home.packages = with pkgs; [ grim - rose-pine-cursor slurp ]; @@ -52,7 +51,6 @@ blue = "#89b4fa"; flamingo = "#f2cdcd"; indicator = if (config.desktop.accent == "pink") then flamingo else teal; - nothing = "#00000000"; pink = "#f5c2e7"; red = "#f38ba8"; surface1 = "#45475a"; @@ -71,16 +69,16 @@ focusedInactive = { background = "${surface1}"; border = "${surface1}"; - childBorder = "${nothing}"; - indicator = "${nothing}"; + childBorder = "${surface1}"; + indicator = "${surface1}"; text = "${text}"; }; unfocused = { background = "${base}"; border = "${base}"; - childBorder = "${nothing}"; - indicator = "${nothing}"; + childBorder = "${base}"; + indicator = "${base}"; text = "${text}"; }; @@ -195,6 +193,7 @@ }; }; + seat.seat0.xcursor_theme = "catppuccin-mocha-dark-cursors"; window.titlebar = false; workspaceOutputAssign = [ { -- cgit v1.3.1