From f195a628cf826999d3c1cf63f7989ae1020bdf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Tue, 25 Feb 2025 14:04:14 +0100 Subject: [PATCH] feat: very professional banana cursor --- SwarselSystems.org | 7 +++++-- profiles/home/common/stylix.nix | 6 ++++-- profiles/home/common/sway.nix | 1 + profiles/nixos/common/stylix.nix | 6 ++++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 2ce4b7a..413427c 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -10711,6 +10711,7 @@ Currently, I am too lazy to explain every option here, but most of it is very se exec systemctl --user import-environment exec swayidle -w + seat seat0 hide_cursor 1000 ${swayfxSettings} @@ -14197,8 +14198,10 @@ This is where the theme for the whole OS is defined. Originally, this noweb-ref polarity = "dark"; opacity.popups = 0.5; cursor = { - package = pkgs.capitaine-cursors; - name = "capitaine-cursors"; + package = pkgs.banana-cursor; + # package = pkgs.capitaine-cursors; + name = "Banana"; + # name = "capitaine-cursors"; size = 16; }; fonts = { diff --git a/profiles/home/common/stylix.nix b/profiles/home/common/stylix.nix index e3b5656..f079e47 100644 --- a/profiles/home/common/stylix.nix +++ b/profiles/home/common/stylix.nix @@ -6,8 +6,10 @@ polarity = "dark"; opacity.popups = 0.5; cursor = { - package = pkgs.capitaine-cursors; - name = "capitaine-cursors"; + package = pkgs.banana-cursor; + # package = pkgs.capitaine-cursors; + name = "Banana"; + # name = "capitaine-cursors"; size = 16; }; fonts = { diff --git a/profiles/home/common/sway.nix b/profiles/home/common/sway.nix index 359df63..b2c01b1 100644 --- a/profiles/home/common/sway.nix +++ b/profiles/home/common/sway.nix @@ -282,6 +282,7 @@ in exec systemctl --user import-environment exec swayidle -w + seat seat0 hide_cursor 1000 ${swayfxSettings} diff --git a/profiles/nixos/common/stylix.nix b/profiles/nixos/common/stylix.nix index 06f530e..d9c8eab 100644 --- a/profiles/nixos/common/stylix.nix +++ b/profiles/nixos/common/stylix.nix @@ -6,8 +6,10 @@ polarity = "dark"; opacity.popups = 0.5; cursor = { - package = pkgs.capitaine-cursors; - name = "capitaine-cursors"; + package = pkgs.banana-cursor; + # package = pkgs.capitaine-cursors; + name = "Banana"; + # name = "capitaine-cursors"; size = 16; }; fonts = {