cursor!
This commit is contained in:
parent
62415d9fa2
commit
45ff4d5838
4 changed files with 6 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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" ]; };
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue