fuck this custom cursor shit
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
program = "hypr";
|
program = "cursor";
|
||||||
cfg = config.dots.${program};
|
cfg = config.dots.${program};
|
||||||
home_dir = config.home.homeDirectory;
|
home_dir = config.home.homeDirectory;
|
||||||
in {
|
in {
|
||||||
@@ -25,7 +25,7 @@ in {
|
|||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
xdg.dataFile."icons/posy_dark_hypr" = {
|
xdg.dataFile."icons/posy_dark_hypr" = {
|
||||||
source = config.lib.file.mkOutOfStoreSymlink "${home_dir}/.nix/users/blake/assets/icons/cursors/posy_dark_hypr";
|
source = "${home_dir}/.nix/users/blake/assets/icons/cursors/posy_dark_hypr";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
x11.enable = true;
|
x11.enable = true;
|
||||||
#package = pkgs.posy-cursors;
|
package = pkgs.posy-cursors;
|
||||||
name = "posy_dark";
|
name = "posy_dark";
|
||||||
size = 48;
|
size = 48;
|
||||||
hyprcursor = {
|
hyprcursor = {
|
||||||
|
|||||||
@@ -12,6 +12,6 @@
|
|||||||
./hypr
|
./hypr
|
||||||
./tofi
|
./tofi
|
||||||
./clipboard
|
./clipboard
|
||||||
./cursor
|
#./cursor
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,11 +27,11 @@ in {
|
|||||||
#autoEnable = false;
|
#autoEnable = false;
|
||||||
image = cfg.wallpaper;
|
image = cfg.wallpaper;
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
# cursor = {
|
cursor = {
|
||||||
# package = pkgs.posy-cursors;
|
package = pkgs.posy-cursors;
|
||||||
# name = "Posy_Cursor_Black";
|
name = "Posy_Cursor_Black";
|
||||||
# size = 48;
|
size = 64;
|
||||||
# };
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
sizes = {
|
sizes = {
|
||||||
applications = 12;
|
applications = 12;
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
hypr.enable = true;
|
hypr.enable = true;
|
||||||
tofi.enable = true;
|
tofi.enable = true;
|
||||||
clipboard.enable = true;
|
clipboard.enable = true;
|
||||||
cursor.enable = true;
|
#cursor.enable = true;
|
||||||
|
|
||||||
btop.enable = true;
|
btop.enable = true;
|
||||||
lf.enable = true;
|
lf.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user