home/swayidle: send SIGUSR2 instead SIGUSR1 to i3status-rs on wakeup

This commit is contained in:
Asmir A 2025-03-19 21:53:55 +01:00
parent 460f49e4b3
commit 95da63a217
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -271,7 +271,7 @@ in
}
{
event = "after-resume";
command = "${pkgs.procps}/bin/pkill -USR1 i3status-rs";
command = "${pkgs.procps}/bin/pkill -USR2 i3status-rs";
}
];
timeouts = [