diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-01 22:51:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-01 22:51:58 +0100 |
| commit | a6049265a981107bd042701ca2097410a6eef682 (patch) | |
| tree | 42c1623848ca41510e65ae941eca52ab527fbf11 /roles/battop/tasks | |
| parent | f5ef39e0c36a6c360c32d0c5c0f09cc64fb7fbda (diff) | |
Add battop to waybar and hyprland
Diffstat (limited to 'roles/battop/tasks')
| -rw-r--r-- | roles/battop/tasks/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/battop/tasks/main.yml b/roles/battop/tasks/main.yml new file mode 100644 index 00000000..95fcb84b --- /dev/null +++ b/roles/battop/tasks/main.yml @@ -0,0 +1,8 @@ +--- +- name: "Ensure battop is installed" + become: true + become_user: "aur_builder" + kewlfft.aur.aur: + name: "battop" + state: "present" + use: "yay" |
