diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-22 21:07:05 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-22 21:07:05 +0100 |
| commit | 34c927e98a33ac2c074450fd1688bae1609fde42 (patch) | |
| tree | bd3c7ccf9fc46ccd00467a34c678e71399871b13 /roles/waybar | |
| parent | a6225807bbac6bb576eb582eddc8725f1ace24e5 (diff) | |
Use aur/yay helper to install wlctl
Diffstat (limited to 'roles/waybar')
| -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 0e78caef..f02e0a50 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 ~/.cargo/bin/wlctl" + "on-click-right": "/etc/xdg/waybar/scripts/launch-tui wlctl" }, "bluetooth": { "format-on": "", |
