From 56b149612090646471dc2018fe5168cfe7d77e47 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:57:46 +0400 Subject: [PATCH] the shitfuck 2 --- config/hyprland/hyprland.conf | 17 ++++++++++------- modules/desktop/hyprland/default.nix | 18 +++++++++--------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index e1116fd6..de680d33 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -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 { diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index 8036a82f..2e8f8be9 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -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; + #}; }; };