From 54dc20e1da9f8f179ddb2a556132d26e39df277f Mon Sep 17 00:00:00 2001 From: Alexander Oakman Date: Sun, 25 Aug 2024 01:53:48 +0300 Subject: [PATCH] Add missed changes related to d59a581 --- etc/skel/.config/waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },