mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: very professional banana cursor
This commit is contained in:
parent
383fb7022f
commit
f195a628cf
4 changed files with 14 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -282,6 +282,7 @@ in
|
|||
|
||||
exec systemctl --user import-environment
|
||||
exec swayidle -w
|
||||
seat seat0 hide_cursor 1000
|
||||
|
||||
|
||||
${swayfxSettings}
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue