diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-19 10:18:04 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-19 10:38:01 +0100 |
| commit | 3f867a10e5b32eb84cf2ed0664ef84ea4167cc11 (patch) | |
| tree | 8adcf07ba77251573cb630023519a9d766a68bc2 /roles | |
| parent | 315ba1dce585cbb59a0bf3f18db125a055f677b6 (diff) | |
Fix the wlctl launcher
For some reason (probably related to the change from .profile setup)
this stopped working
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/waybar/templates/waybar/config.jsonc.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/waybar/templates/waybar/config.jsonc.j2 b/roles/waybar/templates/waybar/config.jsonc.j2 index f02e0a50..0e78caef 100644 --- a/roles/waybar/templates/waybar/config.jsonc.j2 +++ b/roles/waybar/templates/waybar/config.jsonc.j2 @@ -55,7 +55,7 @@ "interval": 5, "spacing": 1, "on-click": "/etc/xdg/waybar/scripts/toggle-wifi", - "on-click-right": "/etc/xdg/waybar/scripts/launch-tui wlctl" + "on-click-right": "/etc/xdg/waybar/scripts/launch-tui ~/.cargo/bin/wlctl" }, "bluetooth": { "format-on": "", |
