summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-08 23:25:11 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-08 23:25:11 +0100
commitdc8f42e5666e9d498bd19b323f5e1c3b9440ba3f (patch)
tree550abf4f7f21d8cb5c4b289ed6a0765215d5aeee
parentc6d550560eabce057affdb91d9d1d8fe16bcc1cb (diff)
Move template files
-rw-r--r--roles/hyprland/tasks/main.yml20
-rw-r--r--roles/hyprland/templates/autostart.conf.j2 (renamed from roles/hyprland/templates/hyprland/autostart.conf.j2)0
-rw-r--r--roles/hyprland/templates/bindings.conf.j2 (renamed from roles/hyprland/templates/hyprland/bindings.conf.j2)8
-rw-r--r--roles/hyprland/templates/envs.conf.j2 (renamed from roles/hyprland/templates/hyprland/envs.conf.j2)0
-rw-r--r--roles/hyprland/templates/hypridle.conf.j2 (renamed from roles/hyprland/templates/hyprland/hypridle.conf.j2)0
-rw-r--r--roles/hyprland/templates/hyprland.conf.j2 (renamed from roles/hyprland/templates/hyprland/hyprland.conf.j2)0
-rw-r--r--roles/hyprland/templates/hyprlock.conf.j2 (renamed from roles/hyprland/templates/hyprland/hyprlock.conf.j2)0
-rw-r--r--roles/hyprland/templates/input.conf.j2 (renamed from roles/hyprland/templates/hyprland/input.conf.j2)0
-rw-r--r--roles/hyprland/templates/looknfeel.conf.j2 (renamed from roles/hyprland/templates/hyprland/looknfeel.conf.j2)0
-rw-r--r--roles/hyprland/templates/monitors.conf.j2 (renamed from roles/hyprland/templates/hyprland/monitors.conf.j2)0
-rw-r--r--roles/hyprland/templates/rules.conf.j2 (renamed from roles/hyprland/templates/hyprland/rules.conf.j2)0
11 files changed, 14 insertions, 14 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml
index 8217923a..5255a318 100644
--- a/roles/hyprland/tasks/main.yml
+++ b/roles/hyprland/tasks/main.yml
@@ -45,25 +45,25 @@
dest: "{{ item.dest }}"
mode: "0644"
loop:
- - src: "hyprland/autostart.conf.j2"
+ - src: "autostart.conf.j2"
dest: "/etc/hypr/autostart.conf"
- - src: "hyprland/monitors.conf.j2"
+ - src: "monitors.conf.j2"
dest: "/etc/hypr/monitors.conf"
- - src: "hyprland/input.conf.j2"
+ - src: "input.conf.j2"
dest: "/etc/hypr/input.conf"
- - src: "hyprland/bindings.conf.j2"
+ - src: "bindings.conf.j2"
dest: "/etc/hypr/bindings.conf"
- - src: "hyprland/envs.conf.j2"
+ - src: "envs.conf.j2"
dest: "/etc/hypr/envs.conf"
- - src: "hyprland/looknfeel.conf.j2"
+ - src: "looknfeel.conf.j2"
dest: "/etc/hypr/looknfeel.conf"
- - src: "hyprland/rules.conf.j2"
+ - src: "rules.conf.j2"
dest: "/etc/hypr/rules.conf"
- - src: "hyprland/hyprlock.conf.j2"
+ - src: "hyprlock.conf.j2"
dest: "/etc/hypr/hyprlock.conf"
- - src: "hyprland/hypridle.conf.j2"
+ - src: "hypridle.conf.j2"
dest: "/etc/hypr/hypridle.conf"
- - src: "hyprland/hyprland.conf.j2"
+ - src: "hyprland.conf.j2"
dest: "/etc/hypr/hyprland.conf"
- name: "Configure user defaults"
diff --git a/roles/hyprland/templates/hyprland/autostart.conf.j2 b/roles/hyprland/templates/autostart.conf.j2
index 164d1df9..164d1df9 100644
--- a/roles/hyprland/templates/hyprland/autostart.conf.j2
+++ b/roles/hyprland/templates/autostart.conf.j2
diff --git a/roles/hyprland/templates/hyprland/bindings.conf.j2 b/roles/hyprland/templates/bindings.conf.j2
index 6c74522f..7ace0c99 100644
--- a/roles/hyprland/templates/hyprland/bindings.conf.j2
+++ b/roles/hyprland/templates/bindings.conf.j2
@@ -65,12 +65,12 @@ binde = SUPER CONTROL, k, resizeactive, 0 -20
binde = SUPER CONTROL, l, resizeactive, 20 0
# Laptop multimedia keys for volume and LCD brightness
-bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
-bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
+bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 1%+
+bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
-bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+
-bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-
+bindel = ,XF86MonBrightnessUp, exec, /etc/hypr/scripts/brightness.sh --inc 5
+bindel = ,XF86MonBrightnessDOWN, exec, /etc/hypr/scripts/brightness.sh --dec 5
# Requires playerctl
bindl = , XF86AudioNext, exec, playerctl next
diff --git a/roles/hyprland/templates/hyprland/envs.conf.j2 b/roles/hyprland/templates/envs.conf.j2
index afd84a20..afd84a20 100644
--- a/roles/hyprland/templates/hyprland/envs.conf.j2
+++ b/roles/hyprland/templates/envs.conf.j2
diff --git a/roles/hyprland/templates/hyprland/hypridle.conf.j2 b/roles/hyprland/templates/hypridle.conf.j2
index 2c060988..2c060988 100644
--- a/roles/hyprland/templates/hyprland/hypridle.conf.j2
+++ b/roles/hyprland/templates/hypridle.conf.j2
diff --git a/roles/hyprland/templates/hyprland/hyprland.conf.j2 b/roles/hyprland/templates/hyprland.conf.j2
index 6f10fe0f..6f10fe0f 100644
--- a/roles/hyprland/templates/hyprland/hyprland.conf.j2
+++ b/roles/hyprland/templates/hyprland.conf.j2
diff --git a/roles/hyprland/templates/hyprland/hyprlock.conf.j2 b/roles/hyprland/templates/hyprlock.conf.j2
index 95d063a9..95d063a9 100644
--- a/roles/hyprland/templates/hyprland/hyprlock.conf.j2
+++ b/roles/hyprland/templates/hyprlock.conf.j2
diff --git a/roles/hyprland/templates/hyprland/input.conf.j2 b/roles/hyprland/templates/input.conf.j2
index 51ddef45..51ddef45 100644
--- a/roles/hyprland/templates/hyprland/input.conf.j2
+++ b/roles/hyprland/templates/input.conf.j2
diff --git a/roles/hyprland/templates/hyprland/looknfeel.conf.j2 b/roles/hyprland/templates/looknfeel.conf.j2
index 768eafef..768eafef 100644
--- a/roles/hyprland/templates/hyprland/looknfeel.conf.j2
+++ b/roles/hyprland/templates/looknfeel.conf.j2
diff --git a/roles/hyprland/templates/hyprland/monitors.conf.j2 b/roles/hyprland/templates/monitors.conf.j2
index 266cb0af..266cb0af 100644
--- a/roles/hyprland/templates/hyprland/monitors.conf.j2
+++ b/roles/hyprland/templates/monitors.conf.j2
diff --git a/roles/hyprland/templates/hyprland/rules.conf.j2 b/roles/hyprland/templates/rules.conf.j2
index 2a7d41ac..2a7d41ac 100644
--- a/roles/hyprland/templates/hyprland/rules.conf.j2
+++ b/roles/hyprland/templates/rules.conf.j2