From 0de20dcd12bcd4c0ad3d244725973c623b3a85c4 Mon Sep 17 00:00:00 2001 From: funman300 Date: Sun, 10 May 2026 17:55:54 -0700 Subject: [PATCH] power-profile: signal fan widget on profile change Co-Authored-By: Claude Sonnet 4.6 --- scripts/power-profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/power-profile.sh b/scripts/power-profile.sh index ef42754..9d882fe 100755 --- a/scripts/power-profile.sh +++ b/scripts/power-profile.sh @@ -10,7 +10,7 @@ if [ "$1" = "--menu" ]; then --no-actions \ --insensitive \ | awk '{print $NF}') - [ -n "$CHOICE" ] && powerprofilesctl set "$CHOICE" && pkill -RTMIN+8 waybar + [ -n "$CHOICE" ] && powerprofilesctl set "$CHOICE" && pkill -RTMIN+8 waybar && pkill -RTMIN+9 waybar exit fi