diff --git a/etc/skel/.config/waybar/config.jsonc b/etc/skel/.config/waybar/config.jsonc index 8940192..59a1ea1 100644 --- a/etc/skel/.config/waybar/config.jsonc +++ b/etc/skel/.config/waybar/config.jsonc @@ -47,7 +47,7 @@ "tooltip-format": "{tooltip}", "exec": "echo '{\"class\": \"recording\",\"text\":\"\",\"tooltip\":\"press $mod+Esc to stop recording\"}'", "exec-if": "pgrep wf-recorder", - "on-click": "killall -s SIGINT wf-recorder", + "on-click": "/usr/share/sway/scripts/recorder.sh", "signal": 8 },