summaryrefslogtreecommitdiffstats
path: root/roles/hyprland/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-09 21:58:35 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-09 21:58:35 +0100
commit7d149e3763138de600661bf0acc6aa9ec283f4d3 (patch)
tree865b60361812ab1960272f4f03793f4a64edbecb /roles/hyprland/tasks
parent3dfe41fd6dd5a0daf71308200b525b01eb8dae5e (diff)
Add volume controlling script with OSD (using mako)
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 fc8c0f29..180d12da 100644
--- a/roles/hyprland/tasks/main.yml
+++ b/roles/hyprland/tasks/main.yml
@@ -100,3 +100,5 @@
loop:
- src: "scripts/brightness.sh"
dest: "/etc/hypr/scripts/brightness.sh"
+ - src: "scripts/volume.sh"
+ dest: "/etc/hypr/scripts/volume.sh"