diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-10 00:05:36 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-10 00:05:36 +0100 |
| commit | 19cdd8824e31018794c48b6b98803ce322642500 (patch) | |
| tree | bb8e758dc6eb60d5d79a2e06e1d1be20826a8e14 /roles/mako/tasks | |
| parent | e93dec56bbe5c1b94cd5b35ee07e3807c5ba0433 (diff) | |
Configure mako to use the hyprtheme
Diffstat (limited to 'roles/mako/tasks')
| -rw-r--r-- | roles/mako/tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/mako/tasks/main.yml b/roles/mako/tasks/main.yml index 97b4447a..08c91cf0 100644 --- a/roles/mako/tasks/main.yml +++ b/roles/mako/tasks/main.yml @@ -32,5 +32,9 @@ append_newline: true marker: "# ==== {mark} ANSIBLE MAKO CONFIG" block: | + # Include Theme colors (must come first) + include={{ ansible_facts['env']['HOME'] }}/.config/hyprtheme/current/mako.ini # System defaults include=/etc/xdg/mako/config + notify: + - "Reload mako" |
