the shitfuck 2

This commit is contained in:
Sakooooo 2024-11-15 21:57:46 +04:00
parent 6977dc38cd
commit 56b1496120
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 19 additions and 16 deletions

View file

@ -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
@ -100,10 +100,13 @@ decoration {
passes = 1
}
drop_shadow = false
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
shadow {
enabled = false
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}
animations {

View file

@ -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;
#};
};
};