Tune hyprland animations and cursor

This commit is contained in:
2025-04-25 08:36:15 +02:00
parent 64958b068f
commit 659d235fc7
3 changed files with 27 additions and 5 deletions

View File

@ -34,9 +34,9 @@ in
iconTheme = julianCfg.gtk.iconTheme;
theme = julianCfg.gtk.theme;
# font = julianCfg.fontProfiles.regular; # TODO: do
# cursorTheme = {
# inherit (julianCfg.gtk.cursorTheme) name package;
# }; # TODO: fix
cursorTheme = {
inherit (julianCfg.gtk.cursorTheme) name package;
};
# settings.background = {
# path = julianCfg.wallpaper;
# fit = "Cover";