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