feat: very professional banana cursor

This commit is contained in:
Leon Schwarzäugl 2025-02-25 14:04:14 +01:00
parent 383fb7022f
commit f195a628cf
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 14 additions and 6 deletions

View file

@ -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 systemctl --user import-environment
exec swayidle -w exec swayidle -w
seat seat0 hide_cursor 1000
${swayfxSettings} ${swayfxSettings}
@ -14197,8 +14198,10 @@ This is where the theme for the whole OS is defined. Originally, this noweb-ref
polarity = "dark"; polarity = "dark";
opacity.popups = 0.5; opacity.popups = 0.5;
cursor = { cursor = {
package = pkgs.capitaine-cursors; package = pkgs.banana-cursor;
name = "capitaine-cursors"; # package = pkgs.capitaine-cursors;
name = "Banana";
# name = "capitaine-cursors";
size = 16; size = 16;
}; };
fonts = { fonts = {

View file

@ -6,8 +6,10 @@
polarity = "dark"; polarity = "dark";
opacity.popups = 0.5; opacity.popups = 0.5;
cursor = { cursor = {
package = pkgs.capitaine-cursors; package = pkgs.banana-cursor;
name = "capitaine-cursors"; # package = pkgs.capitaine-cursors;
name = "Banana";
# name = "capitaine-cursors";
size = 16; size = 16;
}; };
fonts = { fonts = {

View file

@ -282,6 +282,7 @@ in
exec systemctl --user import-environment exec systemctl --user import-environment
exec swayidle -w exec swayidle -w
seat seat0 hide_cursor 1000
${swayfxSettings} ${swayfxSettings}

View file

@ -6,8 +6,10 @@
polarity = "dark"; polarity = "dark";
opacity.popups = 0.5; opacity.popups = 0.5;
cursor = { cursor = {
package = pkgs.capitaine-cursors; package = pkgs.banana-cursor;
name = "capitaine-cursors"; # package = pkgs.capitaine-cursors;
name = "Banana";
# name = "capitaine-cursors";
size = 16; size = 16;
}; };
fonts = { fonts = {