From 62033699a702c693f1b324f893a408bf58208f3b Mon Sep 17 00:00:00 2001 From: Harzo Date: Sat, 27 May 2023 17:54:55 +0200 Subject: [PATCH] Waybar: Bring back full pkill (workaround) `pkill -SIGRTMIN+8 waybar` still doesn't work at all, bringing back complete pkill for waybar. At least it works. --- .config/waybar/config.jsonc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index ddbb0e9..7f45d3d 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -3,7 +3,6 @@ "position": "top", "height": 30, "spacing": 2, - "ipc": true, "modules-left": [ "clock", "custom/weather", @@ -93,9 +92,8 @@ "interval": "3600", "return-type": "json", "exec": "$HOME/.config/waybar/scripts/checkupdates", - "exec-if": "exit 0", "signal": 8, - "on-click": "foot paru; pkill -SIGRTMIN+8 waybar" + "on-click": "foot paru; pkill waybar; waybar &" }, "custom/weather": { "exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'",