mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +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 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 = {
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue