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 | e2e9d4238dc22add83a82efddd2caacdfdeb63b9 (patch) | |
| tree | 8adcf07ba77251573cb630023519a9d766a68bc2 | |
| parent | aa19ad4cd817ac82104222680d78650afb4b41b2 (diff) | |
Fix the wlctl launcher
For some reason (probably related to the change from .profile setup)
this stopped working
| -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": "", |
