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