diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-10 01:16:10 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-10 01:16:10 +0100 |
| commit | 523e9a594a49669da99d5f7b39a7a90e3aec6244 (patch) | |
| tree | 845fc9b85eebfa99987b616335456b31917652c5 /roles | |
| parent | 19cdd8824e31018794c48b6b98803ce322642500 (diff) | |
Revert makoctl reload as it fails without dbus
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/mako/handlers/main.yml | 5 | ||||
| -rw-r--r-- | roles/mako/tasks/main.yml | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/roles/mako/handlers/main.yml b/roles/mako/handlers/main.yml deleted file mode 100644 index aba42db0..00000000 --- a/roles/mako/handlers/main.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- name: "Reload mako" - ansible.builtin.command: - cmd: "makoctl reload" - changed_when: false diff --git a/roles/mako/tasks/main.yml b/roles/mako/tasks/main.yml index 08c91cf0..05456852 100644 --- a/roles/mako/tasks/main.yml +++ b/roles/mako/tasks/main.yml @@ -36,5 +36,3 @@ include={{ ansible_facts['env']['HOME'] }}/.config/hyprtheme/current/mako.ini # System defaults include=/etc/xdg/mako/config - notify: - - "Reload mako" |
