From 45ff4d5838598bdb055e29a3b2ff0f0f89d8ecaa Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 21 Aug 2024 00:03:30 -0400 Subject: [PATCH] cursor! --- home-manager/hyprland/default.nix | 5 +++-- home-manager/hyprland/gtk.nix | 4 ---- hypr/hyprland.conf | 5 ++--- nixos/hyprland.nix | 3 +-- 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/home-manager/hyprland/default.nix b/home-manager/hyprland/default.nix index ba98881..e24eb3b 100644 --- a/home-manager/hyprland/default.nix +++ b/home-manager/hyprland/default.nix @@ -5,14 +5,15 @@ home.pointerCursor = { gtk.enable = true; # x11.enable = true; - package = pkgs.catppuccin-cursors; - name = "catpuccin-mocha-light-cursors"; + name = "volantes_cursors"; + package = pkgs.volantes-cursors; size = 24; }; home.packages = with pkgs; [ rofi-wayland swaynotificationcenter + volantes-cursors ]; programs.pywal.enable = true; diff --git a/home-manager/hyprland/gtk.nix b/home-manager/hyprland/gtk.nix index e630ed8..69d4b92 100644 --- a/home-manager/hyprland/gtk.nix +++ b/home-manager/hyprland/gtk.nix @@ -16,10 +16,6 @@ darkerColor = true; }; }; - cursorTheme = { - name = "Volantes_cursors"; - package = pkgs.volantes-cursors; - }; iconTheme = { name = "WhiteSur-dark"; package = pkgs.whitesur-icon-theme.override { themeVariants = [ "default" ]; }; diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 78cf4fe..2032b55 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -37,9 +37,8 @@ $lockScreen = hyprlock # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER -env = XCURSOR_THEME,catpuccin-mocha-light-cursors -env = HYPRCURSOR_THEME,catpuccin-mocha-light-cursors -env = HYPRCURSOR_SIZE,24 +exec-once=hyprctl setcursor volantes_cursors 24 +env = XCURSOR_THEME, source = ~/.config/hypr/config/environments/nvidia.conf source = ~/.config/hypr/config/keybinds.conf diff --git a/nixos/hyprland.nix b/nixos/hyprland.nix index ed616d5..2dd2d6f 100644 --- a/nixos/hyprland.nix +++ b/nixos/hyprland.nix @@ -17,6 +17,7 @@ thunar-volman ]; }; + services.gvfs.enable = true; environment.systemPackages = with pkgs; [ xarchiver @@ -26,8 +27,6 @@ # Clipboard wl-clipboard cliphist - # Cursor - hyprcursor # Notifications inotify-tools # Wallpaper