This commit is contained in:
Benjamin Palko 2024-08-21 00:03:30 -04:00
parent 62415d9fa2
commit 45ff4d5838
4 changed files with 6 additions and 11 deletions

View file

@ -5,14 +5,15 @@
home.pointerCursor = { home.pointerCursor = {
gtk.enable = true; gtk.enable = true;
# x11.enable = true; # x11.enable = true;
package = pkgs.catppuccin-cursors; name = "volantes_cursors";
name = "catpuccin-mocha-light-cursors"; package = pkgs.volantes-cursors;
size = 24; size = 24;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
rofi-wayland rofi-wayland
swaynotificationcenter swaynotificationcenter
volantes-cursors
]; ];
programs.pywal.enable = true; programs.pywal.enable = true;

View file

@ -16,10 +16,6 @@
darkerColor = true; darkerColor = true;
}; };
}; };
cursorTheme = {
name = "Volantes_cursors";
package = pkgs.volantes-cursors;
};
iconTheme = { iconTheme = {
name = "WhiteSur-dark"; name = "WhiteSur-dark";
package = pkgs.whitesur-icon-theme.override { themeVariants = [ "default" ]; }; package = pkgs.whitesur-icon-theme.override { themeVariants = [ "default" ]; };

View file

@ -37,9 +37,8 @@ $lockScreen = hyprlock
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER $mainMod = SUPER
env = XCURSOR_THEME,catpuccin-mocha-light-cursors exec-once=hyprctl setcursor volantes_cursors 24
env = HYPRCURSOR_THEME,catpuccin-mocha-light-cursors env = XCURSOR_THEME,
env = HYPRCURSOR_SIZE,24
source = ~/.config/hypr/config/environments/nvidia.conf source = ~/.config/hypr/config/environments/nvidia.conf
source = ~/.config/hypr/config/keybinds.conf source = ~/.config/hypr/config/keybinds.conf

View file

@ -17,6 +17,7 @@
thunar-volman thunar-volman
]; ];
}; };
services.gvfs.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
xarchiver xarchiver
@ -26,8 +27,6 @@
# Clipboard # Clipboard
wl-clipboard wl-clipboard
cliphist cliphist
# Cursor
hyprcursor
# Notifications # Notifications
inotify-tools inotify-tools
# Wallpaper # Wallpaper