diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-08 15:27:13 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-08 15:27:13 +0100 |
| commit | 5b7a3dc5370772ffbfdc52b2b145e35d1061caa8 (patch) | |
| tree | 2b450334838f195b50b8eb1a799a6df7f4408089 /roles/hyprland | |
| parent | 639bc16016f175f49174d8e763f96497b9110bc1 (diff) | |
Add the basic syshud role for OSD w/Hyprtheming extension
Diffstat (limited to 'roles/hyprland')
| -rw-r--r-- | roles/hyprland/meta/main.yml | 1 | ||||
| -rw-r--r-- | roles/hyprland/templates/hyprland/autostart.conf.j2 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml index c22bcc84..8794e8c6 100644 --- a/roles/hyprland/meta/main.yml +++ b/roles/hyprland/meta/main.yml @@ -11,6 +11,7 @@ dependencies: - role: "waybar" - role: "clipse" - role: "tofi" + - role: "syshud" - role: "hyprcursor" - role: "hyprtheme" galaxy_info: diff --git a/roles/hyprland/templates/hyprland/autostart.conf.j2 b/roles/hyprland/templates/hyprland/autostart.conf.j2 index d110a6bd..164d1df9 100644 --- a/roles/hyprland/templates/hyprland/autostart.conf.j2 +++ b/roles/hyprland/templates/hyprland/autostart.conf.j2 @@ -5,3 +5,4 @@ exec-once = uwsm-app -- mako exec-once = uwsm-app -- waybar exec-once = uwsm-app -- swaybg -i ~/.config/hyprtheme/current/background -m fill exec-once = uwsm-app -- clipse -listen +exec-once = uwsm-app -- syshud |
