power-profile: signal fan widget on profile change

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-10 17:55:54 -07:00
parent 841ee432d6
commit 0de20dcd12
+1 -1
View File
@@ -10,7 +10,7 @@ if [ "$1" = "--menu" ]; then
--no-actions \ --no-actions \
--insensitive \ --insensitive \
| awk '{print $NF}') | 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 exit
fi fi