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 # 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
@ -98,12 +98,15 @@ decoration {
enabled = false enabled = false
size = 3 size = 3
passes = 1 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 { animations {

View file

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