koeqaife / hyprland-material-you

Dynamic and elegant desktop setup inspired by Material You, featuring auto-generated colors, fluid animations, and ripple effects for a cohesive, customizable user experience.
GNU General Public License v3.0
495 stars 23 forks source link

Hyprlock config #13

Closed nullbyto closed 2 months ago

nullbyto commented 2 months ago

Actual Hyprlock config missing in .config/hypr/, there is only a source to a file in .cache

koeqaife commented 2 months ago

Try ln -s ~/dotfiles/hypr ~/.config/hypr python ~/dotfiles/material-colors/generate.py --color "#000000"

koeqaife commented 2 months ago

and hyprlock config in dotfiles/material-colors/templates

nullbyto commented 2 months ago

Thank you!