diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-20 14:22:13 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-20 14:37:12 +0100 |
| commit | 018fdcb5a16b7a984a38c78d8715f5e05bad3137 (patch) | |
| tree | 9f72971e826bf97c4435ce9261a930cb5f0d00bb /roles/hyprland/tasks | |
| parent | 37e2f822c37e4ce08b029595c04e692eb197f86e (diff) | |
Add hyprland sunset and hyprpicker with scripts/waybar integration
Diffstat (limited to 'roles/hyprland/tasks')
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml index 180d12da..61a693bf 100644 --- a/roles/hyprland/tasks/main.yml +++ b/roles/hyprland/tasks/main.yml @@ -8,6 +8,8 @@ - "swaybg" - "hyprlock" - "hypridle" + - "hyprpicker" + - "hyprsunset" - "hyprland" - "xdg-desktop-portal-gtk" - "xdg-desktop-portal-hyprland" @@ -102,3 +104,5 @@ dest: "/etc/hypr/scripts/brightness.sh" - src: "scripts/volume.sh" dest: "/etc/hypr/scripts/volume.sh" + - src: "scripts/sunset.sh" + dest: "/etc/hypr/scripts/sunset.sh" |
