the shitfuck 2
This commit is contained in:
parent
6977dc38cd
commit
56b1496120
2 changed files with 19 additions and 16 deletions
|
@ -41,8 +41,8 @@ exec-once = sleep 2; nextcloud --background
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,16
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,16
|
||||||
# Hyer cursor
|
# Hyer cursor
|
||||||
env = HYPRCURSOR_THEME,catppuccin-mocha-dark-cursors
|
env = HYPRCURSOR_THEME,catppuccin-mocha-dark-cursors
|
||||||
|
|
||||||
|
@ -100,10 +100,13 @@ decoration {
|
||||||
passes = 1
|
passes = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
drop_shadow = false
|
shadow {
|
||||||
shadow_range = 4
|
enabled = false
|
||||||
shadow_render_power = 3
|
range = 4
|
||||||
col.shadow = rgba(1a1a1aee)
|
render_power = 3
|
||||||
|
color = rgba(1a1a1aee)
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
|
|
@ -117,7 +117,7 @@ in {
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
# name = "Catppuccin-Mocha-Dark";
|
# name = "Catppuccin-Mocha-Dark";
|
||||||
name = "catppuccin-mocha-dark-cursors";
|
name = "catppuccin-mocha-dark-cursors";
|
||||||
size = 24;
|
size = 16;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
package = pkgs.catppuccin-cursors.mochaDark;
|
package = pkgs.catppuccin-cursors.mochaDark;
|
||||||
};
|
};
|
||||||
|
@ -134,10 +134,10 @@ in {
|
||||||
# this automatically sets the types
|
# this automatically sets the types
|
||||||
# thanks PartyWumpus
|
# thanks PartyWumpus
|
||||||
# https://github.com/PartyWumpus/dotfiles/blob/277949d84d53a58a3f52be935cd3c581c89d5d7c/modules/hyprland/hyprland.nix#L492
|
# https://github.com/PartyWumpus/dotfiles/blob/277949d84d53a58a3f52be935cd3c581c89d5d7c/modules/hyprland/hyprland.nix#L492
|
||||||
"/nixos/config/ags/types" = {
|
# "/nixos/config/ags/types" = {
|
||||||
source =
|
# source =
|
||||||
"${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types";
|
# "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
hypr = {
|
hypr = {
|
||||||
|
@ -152,10 +152,10 @@ in {
|
||||||
# source = ../../../config/swaylock;
|
# source = ../../../config/swaylock;
|
||||||
# recursive = true;
|
# recursive = true;
|
||||||
# };
|
# };
|
||||||
ags = {
|
#ags = {
|
||||||
source = ../../../config/ags;
|
# source = ../../../config/ags;
|
||||||
recursive = true;
|
# recursive = true;
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue