fix: waybar osd call

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-08-13 23:46:58 +02:00
parent 8e093d75ef
commit 07df6754de
+1 -1
View File
@@ -7,7 +7,7 @@
runtimeInputs = with pkgs; [procps coreutils];
text = ''
printf '%s' "$1" > /tmp/waybar-osd
pkill -x -RTMIN+8 waybar 2>/dev/null || true
pkill -f -RTMIN+8 '^waybar$' 2>/dev/null || true
'';
};