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
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = XCURSOR_SIZE,16
|
||||
env = HYPRCURSOR_SIZE,16
|
||||
# Hyer cursor
|
||||
env = HYPRCURSOR_THEME,catppuccin-mocha-dark-cursors
|
||||
|
||||
|
@ -98,12 +98,15 @@ decoration {
|
|||
enabled = false
|
||||
size = 3
|
||||
passes = 1
|
||||
}
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = false
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
drop_shadow = false
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
|
@ -117,7 +117,7 @@ in {
|
|||
home.pointerCursor = {
|
||||
# name = "Catppuccin-Mocha-Dark";
|
||||
name = "catppuccin-mocha-dark-cursors";
|
||||
size = 24;
|
||||
size = 16;
|
||||
gtk.enable = true;
|
||||
package = pkgs.catppuccin-cursors.mochaDark;
|
||||
};
|
||||
|
@ -134,10 +134,10 @@ in {
|
|||
# this automatically sets the types
|
||||
# thanks PartyWumpus
|
||||
# https://github.com/PartyWumpus/dotfiles/blob/277949d84d53a58a3f52be935cd3c581c89d5d7c/modules/hyprland/hyprland.nix#L492
|
||||
"/nixos/config/ags/types" = {
|
||||
source =
|
||||
"${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types";
|
||||
};
|
||||
# "/nixos/config/ags/types" = {
|
||||
# source =
|
||||
# "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types";
|
||||
# };
|
||||
};
|
||||
xdg.configFile = {
|
||||
hypr = {
|
||||
|
@ -152,10 +152,10 @@ in {
|
|||
# source = ../../../config/swaylock;
|
||||
# recursive = true;
|
||||
# };
|
||||
ags = {
|
||||
source = ../../../config/ags;
|
||||
recursive = true;
|
||||
};
|
||||
#ags = {
|
||||
# source = ../../../config/ags;
|
||||
# recursive = true;
|
||||
#};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue