diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-22 23:31:46 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-22 23:37:08 +0100 |
| commit | 00e4e889cd5864156a737318669303f2f775cafe (patch) | |
| tree | 2f61023fce1c0ab1a707f97845373b167a1169c0 /roles/tofi | |
| parent | 60a3569f673b53f54a360340e9e57ab4caa5f391 (diff) | |
Configure power menu using tofi
Since it was almost impossible to change the spacing between the gum
choose items, I used tofi instead, which is already themed and the only
downside to it, is that it allows typing input on the menu which isn't
my favorite but it's also not bad at all
Diffstat (limited to 'roles/tofi')
| -rw-r--r-- | roles/tofi/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/tofi/tasks/main.yml b/roles/tofi/tasks/main.yml index c7e30763..552745d1 100644 --- a/roles/tofi/tasks/main.yml +++ b/roles/tofi/tasks/main.yml @@ -3,7 +3,7 @@ become: true become_user: "aur_builder" kewlfft.aur.aur: - name: "tofi" + name: "tofi-git" state: "present" use: "yay" |
