diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-03 21:09:25 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-03 21:09:25 +0100 |
| commit | 2bbfcb752e6163cb82d6c8aa29e0dcd66521e456 (patch) | |
| tree | 95148550dc5d2848a4519c52e592195c0cf60b06 /roles | |
| parent | 829954c016fdc790dce8801308c7d7468861f0c9 (diff) | |
Reorder the hypland dependency roles
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/hyprland/meta/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml index d847df16..572ca806 100644 --- a/roles/hyprland/meta/main.yml +++ b/roles/hyprland/meta/main.yml @@ -9,9 +9,9 @@ dependencies: - role: "font" - role: "aur_font" - role: "waybar" - - role: "hyprtheme" - - role: "hyprcursor" - role: "clipse" + - role: "hyprcursor" + - role: "hyprtheme" galaxy_info: author: "a14m" description: "Install hyprland" |
