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.
This commit is contained in:
Harzo 2023-05-27 17:54:55 +02:00
parent 411a8955a0
commit 62033699a7
1 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,6 @@
"position": "top", "position": "top",
"height": 30, "height": 30,
"spacing": 2, "spacing": 2,
"ipc": true,
"modules-left": [ "modules-left": [
"clock", "clock",
"custom/weather", "custom/weather",
@ -93,9 +92,8 @@
"interval": "3600", "interval": "3600",
"return-type": "json", "return-type": "json",
"exec": "$HOME/.config/waybar/scripts/checkupdates", "exec": "$HOME/.config/waybar/scripts/checkupdates",
"exec-if": "exit 0",
"signal": 8, "signal": 8,
"on-click": "foot paru; pkill -SIGRTMIN+8 waybar" "on-click": "foot paru; pkill waybar; waybar &"
}, },
"custom/weather": { "custom/weather": {
"exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'", "exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'",