summaryrefslogtreecommitdiffstats
path: root/roles/hyprland/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-09 22:46:28 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-09 22:46:28 +0100
commit90cb3bb148ced36bfb3eb262b6cbfff5193ea97a (patch)
treefb2722944805d134658e83b577144c834968e905 /roles/hyprland/tasks
parentfed580e7a9234f4665e0b8b04dff5114ce01ac27 (diff)
Add hyprlock to hyprland with preliminary theme
Diffstat (limited to 'roles/hyprland/tasks')
-rw-r--r--roles/hyprland/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml
index 5afb6f1e..76e9f2d1 100644
--- a/roles/hyprland/tasks/main.yml
+++ b/roles/hyprland/tasks/main.yml
@@ -53,5 +53,7 @@
dest: "/etc/hypr/looknfeel.conf"
- src: "hyprland/rules.conf.j2"
dest: "/etc/hypr/rules.conf"
+ - src: "hyprland/hyprlock.conf.j2"
+ dest: "/etc/hypr/hyprlock.conf"
- src: "hyprland/hyprland.conf.j2"
dest: "/etc/hypr/hyprland.conf"